I'm sure it is user error. I've ran into some trouble switching from libindi 1.8.9 to 1.9.9 in setting raw mode for my camera with pyindi-client. I've tried debugging with indi-getprop and indi-setprop. It was working great for me in 1.8.9, but in 1.9.9 I can't get raw data.

I've gone through and set:

Toupcam GPCMOS01200KPC.CCD_VIDEO_FORMAT.TC_VIDEO_COLOR_RGB=Off
Toupcam GPCMOS01200KPC.CCD_VIDEO_FORMAT.TC_VIDEO_COLOR_RAW=On
Toupcam GPCMOS01200KPC.CCD_CAPTURE_FORMAT.INDI_RGB=Off
Toupcam GPCMOS01200KPC.CCD_CAPTURE_FORMAT.INDI_RAW=On


However I still see:
Toupcam GPCMOS01200KPC.CCD_INFO.CCD_BITSPERPIXEL=8

And also the blob dimensions are still 3xHxW instead of just HxW.


When I use Ekos It see CCD_BITPERPIXEL=16, but not sure how it set that, all I changed there was Format from RGB to RAW.

Does anyone know what step I am now missing to get RAW data instead of 3 channel 8 bit format?

Read More...