how know the DIGIC processor number is by the CHDK in script? - Script Writing - CHDK Forum  

how know the DIGIC processor number is by the CHDK in script?

  • 2 Replies
  • 1590 Views
Advertisements
Hi!

I work in a script that uses set_props and I try to be "universal" for some processors. Anybody have idea how know the numer of DIGIC is in the camera?

Thanks!

*

Offline reyalp

  • ******
  • 14080
Re: how know the DIGIC processor number is by the CHDK in script?
« Reply #1 on: 21 / April / 2021, 12:43:01 »
For propcases, you should the lua propcase module, and get_propset if you need to know the specific propset.

As of CHDK 1.5, digic number is included in get_buildinfo, but that's almost certainly not what you want.
Don't forget what the H stands for.

Re: how know the DIGIC processor number is by the CHDK in script?
« Reply #2 on: 21 / April / 2021, 13:20:12 »
With get_propset I think I have enough, thanks!

 

Related Topics