If weather permits, I'll be soon doing some mapping tests to start checking how this system works and ortho-mosaics accuracy, so I'll be glad and honored to beta test the updated script.
Leaving us with the possibility that the camera_set_led() code in lib.c for the sx260 is calling a Canon firmware routine that does not immediately activate the lamp driver hardware. It looks more like its creating an event request of some type that gets processed later - and not necessarily quickly.
Quote from: waterwingz on 16 / January / 2017, 22:58:28Leaving us with the possibility that the camera_set_led() code in lib.c for the sx260 is calling a Canon firmware routine that does not immediately activate the lamp driver hardware. It looks more like its creating an event request of some type that gets processed later - and not necessarily quickly.Lots of ports use the LEDDrive firmware function and it doesn't seem to have latency issues (it's good enough for the motion detection test script).For some reason however, the sx260 port uses a lower level fw function to drive the LEDs, and that affects the AF LED. To see if that's the cause of the problem, you could make a test build - just remove* the LEDDrive stub from stubs_entry_2.S.edit:*Assuming you can rebuild stubs_entry.S
// Stubs below should be checked. Stub not matched 100%, or difference found to current 'stubs_entry_2.S'// Name Address Rule % Comp to stubs_entry_2.S//NHSTUB(DeleteFile_Fut ,0xff02163c) // 1 90% == 0xff02163cNHSTUB(LEDDrive ,0xff1b989c) //120 *** != 0xff04d06c// ERROR: MakeDirectory_Fut is not found. //--- --- *** != 0xff02214c
I assume I can just un-comment the necessary line in stubs_entry.S (rather than rebuild it completely ..) ?
Quote from: waterwingz on 17 / January / 2017, 17:50:59I assume I can just un-comment the necessary line in stubs_entry.S (rather than rebuild it completely ..) ?If you don't (or can't) rebuild stubs_entry.S, just use the address found there to correct the stub in stubs_entry_2.S. Look at the first line of stubs_entry.S for the reason.
However, gio_kap provided a video showing actual erratic operation of the focus assist lamp in his camera, with "on" duration varying from very short to several seconds. Even though the log show each blink to be exactly 500 mSec!We eliminated obvious stuff with Canon camera settings and disable RAW. Still getting erratic LED performance.
Started by kpfleger Feature Requests
Started by photonoob « 1 2 » Hello, I'm a NEWBIE - HELP!! (Newbies assistance, User Guides and thank you notes)
Started by tonyjennings@sky.com Firmware Dumping
Started by udo « 1 2 » General Help and Assistance on using CHDK stable releases
Started by bralfredo « 1 2 » CHDK Releases