mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-27 17:06:31 +08:00
[modules] video_rtp_stream doc
This commit is contained in:
@@ -8,13 +8,13 @@
|
||||
- Sends a RTP/UDP stream of the camera
|
||||
- Possibility to save an image(shot) on the internal memory (JPEG, full size, best quality)
|
||||
</description>
|
||||
<define name="VIEWVIDEO_DEVICE" value="dev/video1" description="The video device to capture from"/>
|
||||
<define name="VIEWVIDEO_DEVICE" value="/dev/video1" description="The video device to capture from"/>
|
||||
<define name="VIEWVIDEO_DEVICE_SIZE" value="1280,720" description="Video capture size (width, height)"/>
|
||||
<define name="VIEWVIDEO_DEVICE_BUFFERS" value="10" description="Amount of V4L2 image buffers"/>
|
||||
<define name="VIEWVIDEO_DOWNSIZE_FACTOR" value="4" description="Reduction factor of the video stream"/>
|
||||
<define name="VIEWVIDEO_QUALITY_FACTOR" value="50" description="JPEG encoding compression factor [0-99]"/>
|
||||
<define name="VIEWVIDEO_FPS" value="4" description="Video stream frame rate"/>
|
||||
<define name="VIEWVIDEO_SHOT_PATH" value="data/video/images" description="Path where the images should be saved"/>
|
||||
<define name="VIEWVIDEO_SHOT_PATH" value="/data/video/images" description="Path where the images should be saved"/>
|
||||
<define name="VIEWVIDEO_USE_NETCAT" value="FALSE" description="Use netcat for transfering images"/>
|
||||
</doc>
|
||||
<settings>
|
||||
|
||||
Reference in New Issue
Block a user