-- usage: >!remote_shoot(1/8, 2.8, 400, "C:\\CANON_S90\\")function remote_shoot(tv, av, canon_sv, destdir) -- shoots from CHDKPTP and transfers the image to PC deleting SD card DCIM subdirectories after every shot. sv = canon_sv / 1.6461 -- ISO correction for S90 so that CHDK EXIF data is the same as Canon. cli:execute('shoot -tv='..tv..' -av='..av..' -sv='..sv..'') sys.sleep(2400) con:execwait('click "set"') sys.sleep(400) con:execwait('click "left"') sys.sleep(200) con:execwait('click "right"') sys.sleep(200) con:execwait('click "set"') sys.sleep(400) local l,r=con:execwait('return get_meminfo().free_size') print(" free", r) printf(" free: %s\n",r) dcimdl(destdir, true, false)end
So we can say that in general for all cameras, after a {shoot -tv -av -sv} the internal parameter states are undefined, and, in modes other than M, are typically recomputed by the camera after a shoot half.
So I think the C-like psuedocode that probably might work on all cameras in M mode ... if possible to do? ... remote_shoot(tv, av, sv, destdir) { save_tv = get_tv() from camera save_av = get_av() from camera save_sv = get_sv() from camera shoot(tv av sv) <<== the S90 Sv problem set_tv(save_tv) set_av(save_av) set_sv(save_sv) <<== the much faster S90 Sv workaround solution ?? ==> hope liveview goes bright again. dcimdl(destdir) }Could you help? Some new solution ideas? A workable code snippet that I could explore?
Of course one can. However ... the whole driving force behind my suggestions to implement the new shoot was exactly not to have to manipulate the (lethargic) Canon menus to set the shooting parameters.
Can you offer some snippet examples?
As I mentioned earlier, there are a few varieties of these and I did not which ones to use. So put in another way, which two are the fully complementary ones and the ones I should use to attempt this?
#3) set_sv96_direct() does not appear to do anything. For example. if I modify rlib_shoot from set_sv96() to set_sv96_direct() (the preference in your docs) then when I shoot nothing happens at all, the camera is silent, as though shoot is entirely skipped over.
Could you please have a serious look at this?
So I think this "liveview dimming nastiness" that has been bothering me (and me bugging you too!) all along might be a side-effect of partially-functional ISO override
Started by smilem General Help and Assistance on using CHDK stable releases
Started by SticK « 1 2 ... 70 71 » Creative Uses of CHDK
Started by SticK CHDK Releases
Started by andrew.stephens.754365 General Help and Assistance on using CHDK stable releases
Started by reyalp RAW Shooting and Processing