I have yet one request for these large cameras. It is not an issue, but tip for improvement. There is possible to operate cameras two way. Native support (SDK dll) and ASCOM. The ASCOM is approx. 4x slower, so I prefer native support for some tasks, where speed is essential. Unfortunately, there is no possible to use filter wheel in this mode. Because the filter wheel is internal part of the camera, the ASCOM driver for FilterWheel cannot be used standalone, when camera ASCOM driver is not active/connected.
But there is one possible way. Add one dropdown box directly to the camera control panel, and call Filter Wheel related functions in SDK. There are two functions. EnumerateFilters(...) and SetFilter(...) The names are self-explanation and you surely will know how to use them
This function will be usefull mainly for short exposure imaging, If I wish for example insert IR filter for Lunars shots, etc... This is impossible now, with native support operation.
For DSO imaging, with long exp, the standard support over ASCOM, where the FW works normally, is OK. The download time is not critical here.
Let me know if this is possible, and if so, send me an updated version. I will test it for you.
Thanks
Martin