seeing-things / zwo

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

Show units for exposure time in capture GUI #56

Closed bgottula closed 3 years ago

bgottula commented 3 years ago

Currently the exposure time just shows up as an integer value with no units. Add units to the label and consider showing the value in milliseconds or seconds rather than microseconds.

bgottula commented 3 years ago

Decided to just add [us] to the label since showing the exposure time in different units would actually be somewhat involved, if it is even possible.