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

GUI hangs up after 'Update Camera' #2

Open
SHilgers opened this issue Apr 8, 2024 · 0 comments
Open

GUI hangs up after 'Update Camera' #2

SHilgers opened this issue Apr 8, 2024 · 0 comments

Comments

@SHilgers
Copy link
Contributor

SHilgers commented Apr 8, 2024

After clicking 'Update Camera' the GUI hangs up. Only Keyboard Interrupt closes the GUI with the error message:

Traceback (most recent call last):
  File "/usr/lib/python3.10/tkinter/__init__.py", line 1921, in __call__
    return self.func(*args)
  File "/home/lab/PycharmProjects/cam/lcg/gui.py", line 1142, in update_settings
    self.video_thread.join()
  File "/usr/lib/python3.10/threading.py", line 1096, in join
    self._wait_for_tstate_lock()
  File "/usr/lib/python3.10/threading.py", line 1116, in _wait_for_tstate_lock
    if lock.acquire(block, timeout):
KeyboardInterrupt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant