mirror of
https://github.com/mpromonet/v4l2rtspserver
synced 2024-11-03 23:15:56 +00:00
fix #31: update command line description indicating -F0 disable fps setting
This commit is contained in:
parent
df4a49d881
commit
af18d537ce
@ -102,11 +102,11 @@ Usage
|
||||
-r : V4L2 capture using read interface (default use memory mapped buffers)
|
||||
-w : V4L2 capture using write interface (default use memory mapped buffers)
|
||||
-s : V4L2 capture using live555 mainloop (default use a separated reading thread)
|
||||
-f : V4L2 capture using current capture format (-W,-H,-F are ignored)
|
||||
-fformat : V4L2 capture using format (-W,-H,-F are used)
|
||||
-f : V4L2 capture using current capture format (-W,-H are ignored)
|
||||
-fformat : V4L2 capture using format (-W,-H are used)
|
||||
-W width : V4L2 capture width (default 640)
|
||||
-H height: V4L2 capture height (default 480)
|
||||
-F fps : V4L2 capture framerate (default 25)
|
||||
-F fps : V4L2 capture framerate (default 25, 0 disable setting framerate)
|
||||
device : V4L2 capture device (default /dev/video0)
|
||||
|
||||
Receiving HTTP streams
|
||||
|
Loading…
Reference in New Issue
Block a user