New picamera integration #367

Merged
blacklight merged 8 commits from 363/new-picamera-integration into master 2024-02-25 21:41:43 +01:00
Owner

Closes: #363

Closes: #363
blacklight self-assigned this 2024-02-19 01:09:08 +01:00
blacklight added 1 commit 2024-02-19 01:09:09 +01:00
blacklight added 1 commit 2024-02-22 22:53:06 +01:00
blacklight added 1 commit 2024-02-24 02:26:06 +01:00
continuous-integration/drone/push Build is passing Details
9ad9bd20e4
Added `stream_on_start` argument to `camera` plugins.
It replaces the functionalities of the deprecated `camera` backends.
blacklight added 1 commit 2024-02-24 14:07:35 +01:00
continuous-integration/drone/push Build is passing Details
e46704010b
[WIP] Rewritten `camera.pi.legacy` plugin.
blacklight added 1 commit 2024-02-24 21:17:17 +01:00
continuous-integration/drone/push Build is passing Details
8999a226b1
[WIP] Updated documentation for `camera.pi`.
blacklight added 1 commit 2024-02-24 21:37:10 +01:00
continuous-integration/drone/push Build is passing Details
4c92bdd11c
FIX: Handle `stop_streaming` exceptions in the main loop of the camera plugin.
Otherwise camera process teardown errors may bubble up and prevent the
plugin from restarting the streaming.
blacklight added 1 commit 2024-02-25 16:05:04 +01:00
continuous-integration/drone/push Build is passing Details
1c14450781
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.
blacklight added 1 commit 2024-02-25 21:39:50 +01:00
blacklight changed title from WIP: New `picamera` integration to New `picamera` integration 2024-02-25 21:41:31 +01:00
blacklight merged commit 5bf286d07c into master 2024-02-25 21:41:43 +01:00
blacklight deleted branch 363/new-picamera-integration 2024-02-25 21:41:43 +01:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: platypush/platypush#367
No description provided.