seeing-things / zwo

ZWO SDK and custom software for debugging and using it.
23 stars 4 forks source link

Add optional frame rate throttle for preview window #79

Open bgottula opened 1 year ago

bgottula commented 1 year ago

Currently, the preview (and histogram) windows refresh as fast as possible in threads with normal (not realtime) priority. However this is still quite capable of consuming a huge amount of CPU resources to achieve a preview frame rate on the order of 30 FPS. This is probably a higher frame rate than is really necessary. Add an optional feature to throttle the preview window frame rate to a rate specified via command line argument.

bgottula commented 5 months ago

Support added on the cli11 branch. Just need to finish up that branch and merge it.