Oops, my mistake. It should be the set_led value that makes the AF turn on, while I was looking at the canon number. I think the set_led value should be 3. You can check in chdkptp like =set_led(3,1)
static char led_table[]={0, // green 1, // orange, right 2, // yellow, left // 3,4,5,6,7, 8, // blue 9 // af };
define CAM_AF_LED 4
See https://chdk.fandom.com/wiki/Testing#mftest.lua
Line 47: attempt to index global 'log' (a nil value)
Quote from: reyalp on 11 / February / 2020, 01:52:13Oops, my mistake. It should be the set_led value that makes the AF turn on, while I was looking at the canon number. I think the set_led value should be 3. You can check in chdkptp like =set_led(3,1)Actually mine I didn't get the difference between set_led value and Canon number and put the set_led values on the according table. So, that needs to be fixed in lib.c toCode: [Select] static char led_table[]={0, // green 1, // orange, right 2, // yellow, left // 3,4,5,6,7, 8, // blue 9 // af };Which has now been tested. Of course that makes it Code: [Select]define CAM_AF_LED 4
The MD_Tune.bas yields:Min: 20Max 3300Avg: 533I got these after 100 iterations
Quote from: reyalp on 11 / February / 2020, 01:52:13See https://chdk.fandom.com/wiki/Testing#mftest.luaSomething acts up with this. I get an errorCode: [Select]Line 47: attempt to index global 'log' (a nil value)
filename = "A/mf_"..cam..".csv"
filename = "A/mftest.csv"
For the other test I don't have the memory browser in the debug menu on my build (based on 5420).
Hi all,Newbie here. May I ask has anyone finalized porting the CHDK for SD970 IS? Couldn't find any file to try on this camera.
A build for firmware 100a is available in the trunk autobuild http://mighty-hoernsche.de/trunk/A test build for 100b is attached to the post directly above yours.
Palette is B&W in Play, but fine, all colors in Rec.Edit: Maybe it needs a manually edited palette for a while...
Started by mas000 Hello, I'm a NEWBIE - HELP!! (Newbies assistance, User Guides and thank you notes)
Started by BTGeekboy Firmware Dumping
Started by suffer1989 Hello, I'm a NEWBIE - HELP!! (Newbies assistance, User Guides and thank you notes)
Started by tamjim « 1 2 ... 16 17 » General Discussion and Assistance
Started by reyalp DryOS Development