[modules] video_rtp_stream doc

This commit is contained in:
Felix Ruess
2015-03-11 14:35:37 +01:00
parent a2cc6cbb9d
commit 59c13b5384
+2 -2
View File
@@ -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>