seeing-things / track

Automates tracking of targets with a telescope using ephemeris (TLE files) and/or optical tracking.
MIT License
8 stars 0 forks source link

Use hardware binning for ZWO cameras #299

Open bgottula opened 9 months ago

bgottula commented 9 months ago

For some reason I've been using software binning with ZWO cameras all this time! This wastes USB bandwidth for no good reason.

When enabling this, make sure to pay attention to the constraints on width and height noted in the docstring for ASISetROIFormat() in ASICamera2.h. If these are not respected the driver will return error codes.