We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With the new unified cameras (see #25) the scanning for usb devices is not async and hence blocks the main thread:
rosys_1 | 2023-12-16 06:54:24.929 [WARNING] asyncio/runners.py:118: Executing <Task pending name='UsbCameraProvider.update_device_list' coro=<_repeat_one_handler() running at /app/rosys/rosys.py:213> wait_for=<Future pending cb=[Task.task_wakeup()] created at /usr/local/lib/python3.11/asyncio/tasks.py:634> cb=[_handle_task_result() at /app/nicegui/background_tasks.py:50, set.discard()]> took 0.279 seconds rosys_1 | 2023-12-16 06:54:34.987 [WARNING] asyncio/runners.py:118: Executing <Task pending name='UsbCameraProvider.update_device_list' coro=<_repeat_one_handler() running at /app/rosys/rosys.py:213> wait_for=<Future pending cb=[Task.task_wakeup()] created at /usr/local/lib/python3.11/asyncio/tasks.py:634> cb=[_handle_task_result() at /app/nicegui/background_tasks.py:50, set.discard()]> took 0.280 seconds rosys_1 | 2023-12-16 06:54:45.019 [WARNING] asyncio/runners.py:118: Executing <Task pending name='UsbCameraProvider.update_device_list' coro=<_repeat_one_handler() running at /app/rosys/rosys.py:213> wait_for=<Future pending cb=[Task.task_wakeup()] created at /usr/local/lib/python3.11/asyncio/tasks.py:634> cb=[_handle_task_result() at /app/nicegui/background_tasks.py:50, set.discard()]> took 0.280 seconds rosys_1 | 2023-12-16 06:54:55.061 [WARNING] asyncio/runners.py:118: Executing <Task pending name='UsbCameraProvider.update_device_list' coro=<_repeat_one_handler() running at /app/rosys/rosys.py:213> wait_for=<Future pending cb=[Task.task_wakeup()] created at /usr/local/lib/python3.11/asyncio/tasks.py:634> cb=[_handle_task_result() at /app/nicegui/background_tasks.py:50, set.discard()]> took 0.281 seconds rosys_1 | 2023-12-16 06:55:05.112 [WARNING] asyncio/runners.py:118: Executing <Task pending name='UsbCameraProvider.update_device_list' coro=<_repeat_one_handler() running at /app/rosys/rosys.py:213> wait_for=<Future pending cb=[Task.task_wakeup()] created at /usr/local/lib/python3.11/asyncio/tasks.py:634> cb=[_handle_task_result() at /app/nicegui/background_tasks.py:50, set.discard()]> took 0.276 seconds rosys_1 | 2023-12-16 06:55:15.154 [WARNING] asyncio/runners.py:118: Executing <Task pending name='UsbCameraProvider.update_device_list' coro=<_repeat_one_handler() running at /app/rosys/rosys.py:213> wait_for=<Future pending cb=[Task.task_wakeup()] created at /usr/local/lib/python3.11/asyncio/tasks.py:634> cb=[_handle_task_result() at /app/nicegui/background_tasks.py:50, set.discard()]> took 0.281 seconds rosys_1 | 2023-12-16 06:55:25.186 [WARNING] asyncio/runners.py:118: Executing <Task pending name='UsbCameraProvider.update_device_list' coro=<_repeat_one_handler() running at /app/rosys/rosys.py:213> wait_for=<Future pending cb=[Task.task_wakeup()] created at /usr/local/lib/python3.11/asyncio/tasks.py:634> cb=[_handle_task_result() at /app/nicegui/background_tasks.py:50, set.discard()]> took 0.277 seconds rosys_1 | 2023-12-16 06:55:35.226 [WARNING] asyncio/runners.py:118: Executing <Task pending name='UsbCameraProvider.update_device_list' coro=<_repeat_one_handler() running at /app/rosys/rosys.py:213> wait_for=<Future pending cb=[Task.task_wakeup()] created at /usr/local/lib/python3.11/asyncio/tasks.py:634> cb=[_handle_task_result() at /app/nicegui/background_tasks.py:50, set.discard()]> took 0.279 seconds rosys_1 | 2023-12-16 06:55:45.276 [WARNING] asyncio/runners.py:118: Executing <Task pending name='UsbCameraProvider.update_device_list' coro=<_repeat_one_handler() running at /app/rosys/rosys.py:213> wait_for=<Future pending cb=[Task.task_wakeup()] created at /usr/local/lib/python3.11/asyncio/tasks.py:634> cb=[_handle_task_result() at /app/nicegui/background_tasks.py:50, set.discard()]> took 0.287 seconds
The text was updated successfully, but these errors were encountered:
4e66239
rodja
No branches or pull requests
With the new unified cameras (see #25) the scanning for usb devices is not async and hence blocks the main thread:
The text was updated successfully, but these errors were encountered: