platypush/platypush/plugins/camera
Fabio Manganiello e58f5d2fa1
continuous-integration/drone/push Build is passing Details
[Camera] The `wait_for_either` barrier should be enabled on streaming by default.
`camera.pi*` plugins are an exception, as they handle the lifecycle of
the camera streaming process through the `picamera*` libraries.

Otherwise, the streaming thread should explicitly wait on either the
plugin stop or streaming stop events and exit accordingly, or the camera
thread may be streaming indefinitely.
2024-02-26 01:28:25 +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 [Camera] The `wait_for_either` barrier should be enabled on streaming by default. 2024-02-26 01:28:25 +01:00