platypush/platypush/plugins/camera
Fabio Manganiello 1c14450781
continuous-integration/drone/push Build is passing Details
FIX: Remove `wait_for_either` barrier from the streaming thread.
The `_accept_client` logic will be executed anyway at the next
iteration, unless the server socket is closed - in that case, the thread
will fail and exit anyway.

The `wait_for_either` barrier in the streaming thread may instead
prevent other connections from being established after the first one is
closed.
2024-02-25 16:02:52 +01:00
..
android Moved to manifest files for describing plugins and backends and their dependencies 2021-09-16 17:53:40 +02:00
cv [WIP] Using new picamera2 module for camera.pi, and moved old picamera integration to camera.pi.legacy 2024-02-19 00:07:29 +00:00
ffmpeg [WIP] Using new picamera2 module for camera.pi, and moved old picamera integration to camera.pi.legacy 2024-02-19 00:07:29 +00:00
gstreamer [WIP] Using new picamera2 module for camera.pi, and moved old picamera integration to camera.pi.legacy 2024-02-19 00:07:29 +00:00
ir [WIP] Using new picamera2 module for camera.pi, and moved old picamera integration to camera.pi.legacy 2024-02-19 00:07:29 +00:00
model [WIP] Added streaming support to camera.pi using new picamera2 API 2024-02-22 22:52:52 +01:00
pi [WIP] Updated documentation for `camera.pi`. 2024-02-24 21:16:43 +01:00
__init__.py FIX: Remove `wait_for_either` barrier from the streaming thread. 2024-02-25 16:02:52 +01:00