Image stabilizer on/off - Feature Requests - CHDK Forum

Image stabilizer on/off

  • 2 Replies
  • 2557 Views
Image stabilizer on/off
« on: 16 / February / 2015, 06:54:53 »
Advertisements
Hellow!

We use SX40HS and SX50HS cameras in the our UAV project. We need to turn on/off of the IS by a Lua script.
I looked at the SX40HS 100f disassambled firmware dump with using funcs_by_name.csv. But I didn't find working entry points for IS enabling/disabling.

Please, help me!
Thanks!

*

Offline srsa_4c

  • ******
  • 4451
Re: Image stabilizer on/off
« Reply #1 on: 16 / February / 2015, 19:20:37 »
We use SX40HS and SX50HS cameras in the our UAV project. We need to turn on/off of the IS by a Lua script.
I can give the same advice as here.

Re: Image stabilizer on/off
« Reply #2 on: 17 / February / 2015, 10:02:30 »
Thank you very much! It's work!

For SX40HS:
Code: [Select]
call_event_proc("PTM_SetCurrentItem",0x804E,1) -- enable image stabilization
call_event_proc("PTM_SetCurrentItem",0x8083,1) -- enable powered image stabilization

 

Related Topics


SimplePortal © 2008-2014, SimplePortal