From af18d537ce9577a7ccdb113829717213b0747cbe Mon Sep 17 00:00:00 2001 From: mpromonet Date: Sat, 13 Aug 2016 15:36:10 +0000 Subject: [PATCH] fix #31: update command line description indicating -F0 disable fps setting --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bd8199f..6cbe5d7 100644 --- a/README.md +++ b/README.md @@ -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