eduperez
cobarcore
eduperez
* ISOs increment in 1/8 EV values, but the camera displays only 1/3 increments (the same goes for the value recoded in the EXIF tags inside the image).
And so the intermediate iso settings in 350D chdk, such as 1000 and 1250 ISO, not only are software computations from an acquisition with gain set to 800 ISO, but they are also not 1000 and 1250 (not rounded value are 1008 and 1270 ISO), but maybe 800+3/8EV(=1037) and 800+5/8EV(=1234ISO). Is this correct? Is +3/8 and +5/8 EV the numbers programmed in CHDK?
The numbers above are also very similar to the one I've found from the gain measurements (see
http://www.astrosurf.com/comolli/strum154.png ).
Correct: in 400plus, I decided to use a linear approximation when representing intermediate ISOs (100, 125, 150, ...); but in fact I should have used an exponential function, as you explained. The exponential function yields precise values, but numbers are also "uglier"; just for cosmetic reasons, we are using the (inexact) linear version.
cobarcore
eduperez If you make a sequence of images, going from ISO 100 to ISO 200 for example, you'll see how the light increases constantly
I'm not able to try this since in the CHDK only 1/3 EV increments are possible in the ISO setting.
If I am not mistaken, 350D uses the same method as the 400D to set ISOs; look at the sendToIntercom call, and see the values used: using octal notation, 0110 corresponds to ISO 100, 0120 is ISO 200, ..., 0150 is ISO-1600. Then 0111 is ISO 100 + 1/8 EV, 0112 is ISO 100 + 2/8 EV, ... .
For 1/3 EV values, the camera approximates 3/8 as 1/3 and 5/8 as 2/3.
cobarcore
eduperez* Working values go from ISO 100 to ISO 3000; any value below ISO 100 or above ISO 3000 produce broken images. Notice that ISO 3000 is displayed as ISO 3200, and there is little difference in the result; thus some people assumed ISO 3200 was working, when in fact it was ISO 3000.
Very interesting, so 3200 is instead 2934 ISO. This also explains the gain measurement in the linked graph, that is a little above the interpolating line.
Yes, exactly.
cobarcore
Thank you very much for your very helpful post!
Just a little "pay-off" for all the information I obtained from the code used by the 350D and used for the 400D...
DorinDXN
Hi all, first post here, nice to find you 😀
Thanks zestoi for the updates, I've copied the files in CF, some mods works but some don't work.
I'm using Canon 350D cameras (using two actually, for 3D) and never managed to have more than 3 exposures in AEB or eAEB, with your mods or other's.
Maybe I'm missing a step somewhere 🙁
After pressing the set button, camera shoots 3 frames then stops.
Can anyone confirm , say, 5x frames working in eAEB on 350D and how to do it, step by step.
many thanks,
Dorin
zestoi
download link: http://djism.com/350d/350D-20120916.zip
summary of my updates:
* avcomp and fecomp now stay in sync with any changes u make in the camera via the normal menus
* also updated the code that displays in the top/left the current avcomp and bracketing to stay in sync
* ported EAEB from cyrustam
* EAEB string looks as closely to the normal braketting string as poss like "-0.3 x7 +-0.7"
* fixed 2 second delay, blue led will flash 4 times before it starts
* LEFT/RIGHT change exposure level
* MENU/PLAY change how many frames to take
* integrated some code from cyrustam's FEB code so u can select how many frames to take
* RIGHT/LEFT change exposure level
* MENU/PLAY change how many frames to take
* fixed 2 second delay now, blue led will flash 4 times before it starts
* FEB string looks as closely to the normal braketting string as poss like "-0.3 x7 +-0.7"
* ported the color/saturation/sharpness/colortone code from cyrustam.
* only changes SET3
* limited the ranges to what seems to actually work
* LEFT/RIGHT to change value
* enabled the picture quality settings
* with RAW selected will always save L images, but i like having the option to change from the INFO menu
* status display changed to look like "JPEG F L" etc
* LEFT cycle round Raw+JPEG, Raw, JPEG
* SET toggle between F and N
* RIGHT cycle round L, M, S
* added presets go to presets menu and then:
* LEFT/RIGHT cycle thru presets
* SET to save current camera settings to preset.
* unnamed presets will look like "preset 8" if no preset saved yet or "preset 8*" if a preset exists
* PLAY loads a preset
* MENU to enter edit mode - blue led will light up
* press MENU again to cancel
* LEFT/RIGHT to change letter character to edit
* UP/DOWN to change the current character
* SET to save and exit edit mode
* you need to create a folder called "presets" in the root of your card. presets are named just via a number like "10" with "10.txt" containing the optional name that you can edit in a text editor if needed
* multiple presses of INFO jump to different sections of options (apart from when an option itself needs the INFO button)
* to change where it jumps to edit these lines in user_settings.txt and recompile:
[code] #define INFOJUMPS_COUNT 4
int INFOJUMPS[] = { POSITION_AFBUTTON, ... };
[/code]
cobarcore
Hi Dorin,
as you report (also here below), the eAEB uses the menu/play buttons to change the number of frames, i.e. you'd like to shot 7 frames, than press 2 times the menu button.
However, as I've noted in another post, this eAEB is not working well if the scene brighness changes because the exposure is computed in each shot and not only in the first.
* ported EAEB from cyrustam
* EAEB string looks as closely to the normal braketting string as poss like "-0.3 x7 +-0.7"
* fixed 2 second delay, blue led will flash 4 times before it starts
* LEFT/RIGHT change exposure level
* MENU/PLAY change how many frames to take
DorinDXN
Thank you for reply.
I have no problem in setting the menu as it should be, mean I can set the eAEB to x5 or x7 the problem is that it doesn't work. That's why I requested a confirmation from someone kind to test it for me on 350D
for example
1) Camera on M (manual mode)
2) eAEB on 0 x7 +-0.7
3) press set button, then what kind on photos are taken?
From my tests camera stops after 3 shots, those 3 are ok from bracketing POV, mean normal, under, over, then if I half-press the shutter button the camera takes another photo but the time/aperture is the same as one from previous 3 then another half-press and it takes another photo same as one from the initial 3.
In short never managed to have, say, x5 eAEB properly working, mean a set of 5 photos over a range of time exposure spread properly on those 5.
Pleas post the camera settings if someone has managed to have a proper sequence of 5 photos with eAEB
sorry for my English,
thanks,
Dorin
cobarcore
Hi Dorin,
as I've wrote, I've found that eAEB doesn't work with M mode. I get the correct number of shots but all with the same exposure time.
The only way I succeded in getting different exposure times, is to use AV mode. But the problem is that the exposure is recomputed each time so I'll get not all the needed exposure.
By now this function is not working well and so I'll not use it.
A post by the author would be greatly appreciated!
eduperez
Well, I'm not the author, but I think that I can explain what is going on here...
What EAEB does is take a sequence of shots, changing the exposure compensation for each shot; as you have already found out, this method has two major drawbacks:
* First, it does not work for M mode, as there is no exposure compensation in M mode.
* And second, if the light in the scene changes during the sequence, the camera will end up applying different compensations to unrelated exposures.
In 400plus, we changed how EAEB works:
* First shot is made without changing any parameter, and we record the exposure used by the camera.
* Next we change into M mode, and take the rest of the sequence using parameters calculated by us.
But still that method is not perfect, however:
* Changing modes in the middle of a sequence can lead to camera hangs, if done too quickly... we have to be very careful not to stress the camera too much.
* Computer programs that detect sequences of AEB shots get confused, as the images do not seem to be related at all.
Hope this helps.
cobarcore
I've made some nighttime timelapses using the chdk on 350D. Unfortunately I've got some inconstant results, as the sequences stop without reason after 50-100 shots.
Settings:
350D in M mode, exposure 25 s, 1600 ISO, RAW, 20 mm f/1.8 lens at f/2.5, freshly charged battery (able to do much more shots).
Chdk intervalometer with a really large number of programmed shots and 30 s interval.
I've made 4 sequences and they stopped at 50-100 frames, in some case hanging the camera (need to remove the battery to switch off) and in other simply stopping.
Any hint to improve reliability? Or will I need to go back to external intervalometer? 🙁
eduperez
I do not have the source code for the 350D in front of me right now, but for the 400D it took us a lot of work to make the intervalometer work reliably (in fact, we did not make it fully reliable until a couple of weeks ago). The problem is that is is very easy to fire the shutter while the camera is still working, or to fill the CF card and try to continue shooting, just to name a couple of examples.
Other than fixing the source code (if you want the details, just ask), you could try to use a faster / larger CF card (not sure to help), or to increase the interval between shots (not always what you want).
crazyklaus
I have not really tested that code except for one daytime 400-shot lapse (that worked fine), camera was set to a shot every 10 seconds.
I know that there are problems when you set a too short time between shots. 5 sec (in your case) should be fine, but maybe you want to try again with a few seconds more, just to see if something changes?
q52carad
Hi, I have been trying the features of the last version and I don't have problems at all.
And now my question, is there a way to make HDR time lapses?
If I activate bracketing and I do a time lapse the camera takes only one shoot at a time, but with different apertures each time.
This feature would be great.
Thanks for your help and work.
janijokela87
I was trying to install custom firmware for my d350 this happened
everything seemed to went well, but after restarting my camera it would not power on. I pressed shutter release and it powered on but I could not get into menus, take pictures or power down.
http://www.youtube.com/watch?v=Xa4R-noKsnQ#ws
7. Insert CF in the camera. If the camera is booting from the card the Blue LED will flash.
my camera wont show any colors when i insert the card
crazyklaus
what happens is you start the cam without a card in it?
RayeR
Hi, I'm still using 350D but planning update to 550 or 600D next year.
Anyway thanks for CHDK update. I just went back to this forum to read what's new and found there's update by zestoi (16.9.2012) so I just checked it out. When I was playing with time lapse (main reason I use CHDK) I found some unstable behavior. Sometimes after finish the shoot sequence I was unable to go back to menu - display remained off and I cannot activate it by menu/shutter on/off etc. On small LCD was displayed "busy" all the time. Only open/close battery door helped. In other case I ended with "CF full" warning despite that I took only few shots. Again only way to reset is was battery open/close. I tried to note some exact step-by-step test case but unfortunatelly this didn't happened again (as usual when you're trying to catch a random bug, agrh!).
I can see that cobarcore also reported hanged camera during timelapse. What about other users?
I think that I din't have this issues with previos version (6.8.2011, AUTOEXEC.BIN - 14824B).
BTW is there known some function for drawing a pixel or color rectangle over screen?
Another comment is about using big CF cards in 350D: I have tried 16GB CF with FAT32 and it works at full capacity but you have to format in PC not in camera. If you format it in camera you ended with only 8GB and rest will be useless. Then you have to format in PC again. Another stupid bug by Canon. I readed that they fixed it in some firmware updates but they don't care about such old cams like 350D.
tzeus
Just how many cameras got bricked, after trying to set the boot flag to 1?
I just got a used 350d, but cannot afford yet another camera if things go south. So i was wondering how many bricked their camera, while having firmware version 1.0.3, as opposed to how many did not?
Don't be fooled, i did read through the entire topic before asking, and i know there were a couple of ppl that had 1.0.2 firmware, and at least 1 guy who had 1.0.3, but i wonder if i forget anything. Don't feel 100% ready to do this yet. Also i want to apply the hack only for the shutter count.
One more thing maybe someone can verify this, i am curious. I know u can't get shutter actuations from 350d reading exif info, but, i was wondering if someone can check this.
I read that the shutter count is stored in the file. Just open a RAW file in a hex editor and search for the string "00 00 00 00 00 00 00 FF FF FF FF". The shutter count is right in front of this hex string, in hex format of course. Can someone that has applied the hack confirm this ?
After all this is what i am after, i am just starting photography.
marc109
Hi all,
thanks for this hack. I just wanted to give a short summary how to install it on bigger cf cards without complex editing with Hex-editors. In this thread there is
this Link but i had some problems doing it and maybe this short summary helps other people in future.
First check your Firmware is 1.0.3
then i copied scanled.fir to the card, started the Firmware update, waited about one minute while the blue led was lit, turned off (the message "CF card containing firmware is required to update" did not disappear from display after turning off), took out the main battery for a little time and inserted it again.
After that i wanted to make my card bootable. I have a 8GB card in FAT32. In the link mentioned above you find the tool EOScard. You can use this, just check the marks EOS_DEVELOP and BOOTDISK and then press save. Actually then this tool installs Magic Lantern, but thats not a problem. When thats finished browse your cf with the explorer and remove all Magic Lantern files. Then copy one of the autoexec.bin files you find in this thread and you are done.
I will try all the functions now. I am looking forward to doing a timelapse of a sunset 😁
fishpepper
Hi!
Does anybody know if the scripting language works on 350d?
see
http://chdk.wikia.com/wiki/Canon_Basic
I wonder how to start the execution as the 350d does not have a func/set button.
regards
fishpepper
And one more thing: Does anybody know where (if available) to find the debug port?
I think TX is the testpin i painted red .
Not yet tested to connect an uart, but looks like 115kbaud on my scope.
Any idea where RX is?
regards,
fishpepper
Hi!
Okay i figured out the serial connection. See the attached image.
There is something called ICU Terminal. When i enter help it shows the commandlist attached to this post.
regards
DorinDXN
Hello,
Is there a way to have 1 st. menu position Color Temperature instead of ISO?
I'm changing CT often and will be very nice to have CT on 1.st position even if I shutdown/start camera.
I'm using Canon 350D, not sure about the CHDK version I'm using but I'll try to attach the autoexec.bin, maybe someone is able and kind enough to identify it.
best regards,
Dorin
artem.yuzhakov
hi. time laps function doesnt start than i press SET button. can anybode solve this problem?