platypush/platypush/plugins/camera
Fabio Manganiello 8b5eb82497
Camera stream writer fixes.
- The readiness condition should be `multiprocessing.Condition`, not
  `threading.Condition` - in most of the cases it will be checked in a
  multiprocess environment.

- Fixed parameter name for `write`.
2023-05-30 11:06:48 +02:00
..
android Moved to manifest files for describing plugins and backends and their dependencies 2021-09-16 17:53:40 +02:00
cv numpy and PIL should be required dependencies for all camera plugins. 2023-05-04 23:44:42 +02:00
ffmpeg numpy and PIL should be required dependencies for all camera plugins. 2023-05-04 23:44:42 +02:00
gstreamer Revert "Removed camera.gstreamer." 2023-05-29 22:13:24 +02:00
ir numpy and PIL should be required dependencies for all camera plugins. 2023-05-04 23:44:42 +02:00
model Camera stream writer fixes. 2023-05-30 11:06:48 +02:00
pi Moved to manifest files for describing plugins and backends and their dependencies 2021-09-16 17:53:40 +02:00
__init__.py Moved camera routes. 2023-05-27 22:24:45 +02:00