Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

capture.cpp: check_max_errors #1037

Merged
merged 1 commit into from
Feb 18, 2022
Merged

capture.cpp: check_max_errors #1037

merged 1 commit into from
Feb 18, 2022

Conversation

EricClaeys
Copy link
Collaborator

  • Fix bug in keeping track of the number of ASI_ERROR_TIMEOUTs.
  • Centralize calling of check_max_errors() so it's only called from one place.
    This required making the "maxErrors" variable global and adding forward definitions of a couple functions.
  • Move code that displays the sensor temp in preparation of also displaying the supported camera mode (to be done via a separate PR).

* Fix bug in keeping track of the number of ASI_ERROR_TIMEOUTs.
* Centralize calling of check_max_errors() so it's only called from one place.
   This required making the "maxErrors" variable global and adding forward definitions of a couple functions.
* Move code that displays the sensor temp in preparation of also displaying the supported camera mode (to be done via a separate PR).
@EricClaeys EricClaeys added the bug Needs software change label Feb 17, 2022
@EricClaeys EricClaeys merged commit 90d4206 into master Feb 18, 2022
@EricClaeys EricClaeys deleted the check_max_errors branch February 18, 2022 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Needs software change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants