bgilsrud wrote: Nice work!
..
I'm glad to hear that your DSI III is working with the INDI driver...I think you're the first one to confirm this.

..


I run two instances of driver.
I think only few people use two DSIs with Indi. My DSI III has additional 4-stage peltier cooling. My code modification is sufficient for me.

Your driver is better than the original ASCOM. The driver allows to turn off the amplifier. Thank you for excelent work.

The ccd sensor in Meade DSI III Color is ICX285AQ
please add this code:

else if (ccd == "ICX285AQ")
{
DEBUG (INDI :: Logger :: DBG_SESSION, "Found a DSI Color III!");
}

I have to manualy enter RGGB filter in order to debayer in fits preview.

Read More...