OpenPHDGuiding / phd2

PHD2 Guiding
https://openphdguiding.org
BSD 3-Clause "New" or "Revised" License
255 stars 115 forks source link

Final QHY improvements #1259

Closed daleghent closed 4 days ago

daleghent commented 4 days ago

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:

  1. 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
  2. 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.