Fabio Manganiello
|
416c9ceb93
|
Fixed picamera mjpeg stream
|
2019-12-17 22:44:15 +01:00 |
|
Fabio Manganiello
|
17af488b32
|
Using an io memory buffer to write the streamed images instead of a
physical file to improve streaming performance
|
2019-12-17 21:32:56 +01:00 |
|
Fabio Manganiello
|
a43508a743
|
Do not import cv2 in camera.__init__ unless we specify a video_type that needs to be expanded. Otherwise we introduce the OpenCV dependency also for the camera.pi plugin
|
2019-09-10 00:21:11 +02:00 |
|
Fabio Manganiello
|
228e656da8
|
Only import cv2 in the methods that require it (prevents camera.pi
and other camera derived plugins from failing if OpenCV is not installed)
|
2019-08-07 09:43:40 +02:00 |
|
Fabio Manganiello
|
5c3d32d05d
|
Fixed undefined reference
|
2019-07-19 13:50:01 +02:00 |
|
Fabio Manganiello
|
cc61032bec
|
Fixes for readthedocs build
|
2019-07-16 22:38:42 +02:00 |
|
Fabio Manganiello
|
95b5820783
|
Fixes for readthedocs build
|
2019-07-16 22:29:23 +02:00 |
|
Fabio Manganiello
|
0b05d7d8de
|
pylint warnings fixed
|
2019-07-13 18:25:42 +02:00 |
|
Fabio Manganiello
|
20b0c09a0c
|
Removed workaround that doesn't work
|
2019-03-20 18:37:49 +01:00 |
|
Fabio Manganiello
|
cbe4d8cd78
|
Delete recording thread item from map only if the thread has actually stopped
|
2019-03-17 22:55:36 +01:00 |
|
Fabio Manganiello
|
81a200bd4e
|
Make sure that device_id is in _is_recording and hasn't been removed by another thread before checking it
|
2019-03-17 02:16:43 +01:00 |
|
Fabio Manganiello
|
f95f52df19
|
Few fixes in camera plugin
|
2019-03-17 02:06:47 +01:00 |
|
Fabio Manganiello
|
9ed4ad6d85
|
Set workaround environment variable before importing OpenCV
|
2019-03-17 01:56:05 +01:00 |
|
Fabio Manganiello
|
3af30075e3
|
Temporarily workaround for OpenCV >= 3.4.2 bug that doesn't properly release the video device
|
2019-03-17 01:26:06 +01:00 |
|
Fabio Manganiello
|
0596d77403
|
Support for camera snapshot and stream endpoints and for disabling logging on response and event messages
|
2019-03-06 02:01:17 +01:00 |
|
Fabio Manganiello
|
65d6e5a5f6
|
Support for video_type in camera plugin
|
2019-02-28 01:55:12 +01:00 |
|
Fabio Manganiello
|
a9fb6a38dd
|
New API for firing events and registering/unregistering event handlers
both for plugins and backends
|
2019-02-28 01:21:25 +01:00 |
|
Fabio Manganiello
|
29b8d0827b
|
Added basic support for camera events in the camera plugin
|
2019-02-27 20:12:40 +01:00 |
|
Fabio Manganiello
|
17367f5b3e
|
Added camera plugin over cv2
|
2019-02-26 23:50:48 +01:00 |
|
Fabio Manganiello
|
29a5cfa9c2
|
Refactored camera.pi backend. Support for start/stop recording control via plugin action. Introduced support for taking pictures too
|
2018-06-14 00:34:30 +02:00 |
|