Hi all,
It's been a while since I've written some Python to access INDI devices. I have a script that works great for a CCD (KAF8300). Now I have a CMOS camera (IMX571), and I'd like to programmatically set GAIN and OFFSET. But there aren't GAIN or OFFSET properties listed in the standard properties table :-(. Instead, it looks like they are part of CCD_CONTROLS. Can someone provide some example code that would just allow getting and setting of these values?

BTW, I'm using the PyIndy.py module. If there's something better or more recent, I'd be happy to update.

Thanks for any help,
Charles

Read More...