platypush/platypush/plugins/camera
Fabio Manganiello 59c693d6a0
[#394] All manifest.yaml converted to manifest.json.
YAML isn't part of the Python standard library, while JSON is.

If we want `setup.py` to dynamically parse the available integration
manifest files in order to populate the extra dependencies, then it's
better to rely on a JSON format for manifest files - the parser is part
of the standard library and it doesn't require the user to install
`pyyaml` before `platypush`.
2024-05-17 02:21:57 +02:00
..
android [#394] All manifest.yaml converted to manifest.json. 2024-05-17 02:21:57 +02:00
cv [#394] All manifest.yaml converted to manifest.json. 2024-05-17 02:21:57 +02:00
ffmpeg [#394] All manifest.yaml converted to manifest.json. 2024-05-17 02:21:57 +02:00
gstreamer [#394] All manifest.yaml converted to manifest.json. 2024-05-17 02:21:57 +02:00
ir [#394] All manifest.yaml converted to manifest.json. 2024-05-17 02:21:57 +02:00
model [WIP] Added streaming support to camera.pi using new picamera2 API 2024-02-22 22:52:52 +01:00
pi [#394] All manifest.yaml converted to manifest.json. 2024-05-17 02:21:57 +02:00
__init__.py [Camera] The wait_for_either barrier should be enabled on streaming by default. 2024-02-26 01:28:25 +01:00