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

Calibration snapshot counter displays "0" after webpage is reloaded during calibration. #1607

Open
crschardt opened this issue Nov 26, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@crschardt
Copy link
Contributor

Describe the bug
Pull request #1593 allows reloading the webpage during calibration, however there is a remaining glitch where the snapshot count will display "0" after the reload, even if snapshots have been collected. Taking another snapshot then displays the correct number of snapshots and, when enough snapshots are recorded, calibration can complete successfully.

To Reproduce
Steps to reproduce the behavior:

  1. Open the UI "Camera" Tab.
  2. Start a calibration.
  3. Take 2 Snapshots. The counter will display "Snapshots: 2 of at least 12".
  4. Reload the webpage. The counter will display "Snapshots: 0 of at least 12".
  5. Take another snapshot. The counter will display "Snapshots: 3 of at least 12".

Screenshots / Videos
After taking 2 snapshots:
image

After reloading the web page:
image

After taking a third snapshot:
image

Additional context
This is a pretty minor problem and is being added so that we don't loose track of it after Matt merges #1593.

@crschardt crschardt added the bug Something isn't working label Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant