This is the final installment of my QHY native driver project. This has gone through some intensive testing with some users so it lagged a little.
The two main themes of this are:
Detecting if 16bit mode is even possible and reacting appropriately. This is needed for the original QHY5II (non-L) camera, apparently, which ran in 8bit mode only
Always set the exposure duration before initiation of camera exposure. This resets the camera's internal rolling loop of sensor readouts and resets so that the resulting frame is aligned as close as possible to the time which PHD2 initiates the exposure and when it is available. There has been some talk in the past about this issue with QHY cameras and how it can negatively affect the guiding performance of some mounts. There's no harm in making this change, so it is as good opportunity to do so.
This is the final installment of my QHY native driver project. This has gone through some intensive testing with some users so it lagged a little.
The two main themes of this are: