Hi!
-auto bracketing: i don't know, haven't tested that
-shutter speed: i tested it with the build i attached to this post. it works. set it to 1/100000 and take a shot without flash -> dark! (put the cam in manual mode maybe)
- raw: you need a patch for dcraw to recognize the file:
diff dcraw.orig dcraw.c
6484a6485
> { 5298000, "Canon", "Ixus 40", 0},
6735c6736,6744
< } else if (!strcmp(model,"PowerShot A460")) {
---
> } else if (!strcmp(model,"Ixus 40")) {
> height = 1720;
> width = 2312;
> raw_height = 1728;
> raw_width = 2400;
> top_margin = 6;
> left_margin = 12;
> load_raw = &CLASS canon_a5_load_raw;
> } else if (!strcmp(model,"PowerShot A460")) {
And for me this gives somewhat usable results:
dcraw -k 58 -v -r 1.610551 0.986053 1.876544 0.986053 file.crw
(found by try n error.
ok some news:
- i removed the kbd_process_copy() from kbd routines and replaced it by using Take/GiveSemaphore & a Semaphore
- still using a second task to grab the semaphore, update kbd_process() retval and return action to main kbd task
-> this allows to use the full kbd_process() code from juciphox -> scriptless remote works! (this other remote stuff should work as well)
-> lua should work now as well
- i started codeing the movie_rec.c part but i gave up in between, changes are in the diff but i didn't find all the functions needed for zoom etc
@phyrephox:
please merge this diff into juciphox and also into trunk (should work)
I attach the diff and the binaries to this post