Skip to content

Conversation

RamesTheGeneric
Copy link
Contributor

No description provided.

@dfgHiatus dfgHiatus self-assigned this Oct 21, 2024
@dfgHiatus dfgHiatus added bug Something isn't working enhancement New feature or request labels Oct 21, 2024
@dfgHiatus dfgHiatus self-requested a review October 21, 2024 20:46
@dfgHiatus
Copy link
Contributor

Running this seems to spam a lot of this in the console:

[WARN] Capture source problem, assuming camera disconnected, waiting for reconnect
[WARN] Capture source 0 not found, retrying...
[WARN] Capture source problem, assuming camera disconnected, waiting for reconnect
[WARN] Capture source 0 not found, retrying...

window[self.gui_restart_calibration].update(disabled=True)
window[self.gui_stop_calibration].update(disabled=True)
print(lang._instance.get_string("algoritm.disabled"))
print(lang._instance.get_string("info.disabled"))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a log.info before this so we have the proper log level

window[self.gui_restart_calibration].update(disabled=False)
window[self.gui_stop_calibration].update(disabled=False)
print({lang._instance.get_string("info.enabled")})
print(lang._instance.get_string("info.enabled"))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a log.info before this so we have the proper log level

window[self.gui_tracking_layout].update(visible=False)

if event == self.use_calibration:
if self.settings_config.use_calibration == True:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the current state of the app, the "Start Calibration" and "Stop Calibration" buttons are disabled even if the app starts with the "Enable Calibration" checkbox set to true

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No more sourc ;(

@dfgHiatus dfgHiatus merged commit c61c316 into Project-Babble:main Oct 21, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants