Teseo replied to the topic 'Meade DSI crash' in the forum. 2 years ago

Yes this is.
Last usable is: commit e2c02d8b98adeb217e031e7938b62e28f8bf61d5

After, in indi-dsi/dsi_ccd.cpp: "Add capture format support. Needs testing" ..as been added:

+ CaptureFormat mono = {"INDI_MONO", "Mono", 16, true};
+ CaptureFormat color = {"INDI_RGB", "RGB", 8, true};
+ addCaptureFormat(dsi->isColor() ? color : mono);

..this crash my DSI !!!!

Read More...