mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-27 17:06:31 +08:00
[module] brief description for video_thread
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
<module name="video_thread" dir="computer_vision">
|
<module name="video_thread" dir="computer_vision">
|
||||||
<doc>
|
<doc>
|
||||||
<description>
|
<description>
|
||||||
|
Read video devices in a thread.
|
||||||
Manager module which creates a video processing thread for each video device to be used. Only for Linux devices.
|
Manager module which creates a video processing thread for each video device to be used. Only for Linux devices.
|
||||||
To be used in other modules for further processing (e.g. opticflow, QR code, streaming). Using 'cv_add_to_device'
|
To be used in other modules for further processing (e.g. opticflow, QR code, streaming). Using 'cv_add_to_device'
|
||||||
from cv.h will register a processing function and initialize the video device if necessary. Thread priority can
|
from cv.h will register a processing function and initialize the video device if necessary. Thread priority can
|
||||||
|
|||||||
Reference in New Issue
Block a user