toobi88
How much did you delete from the script? is it possible to upload the edited one for us others who have the same problem?
I deleted this part:
repeat
if get_mode() == false then
cls()
print("Run in Record Mode!")
sleep(3000)
cls()
exit_alt()
sleep(1000)
end
until get_mode() == true
cls()
This of course causes the camera to not check if it's in recording mode before it tries to take some shots to get the badpixel data, so
make sure you're in record mode before you run it! I don't know what happens if you don't! Also, when you run the script, it doesn't actually save the badpixel.bin file until you press "FUNC/SET" at the end. I didn't get this at first because the camera overwrites the screen at the end and the output disappears before I can read it. If you think it worked, then go ahead and press "FUNC/SET" and then check if the file was created.
As a side note, my camera only seems to save RAW some of the time. I can always tell, too, because the camera doesn't "think" for nearly long enough to save the DNG. I'm not sure what happens here. I also can't seem to get the shutter speed overrides to work, but I think this might be user error on my part. Same with video quality, it always seems to ignore the value. This could be a new bug, but I'm not sure
Side note on RAW:
On mac, I can get DNGs to open in preview, but they all look blue (as if the blue channel was set to 100%) I can pass them through dcraw though, and everything's fine and looking as it should (except that line of black pixels, but that doesn't bother me)
As always though, great work HarpoMa, my camera is already much more functional then when I got it.