Skip to content

Commit

Permalink
mpjpg-streamer
Browse files Browse the repository at this point in the history
Running mpjpg-streamer
  • Loading branch information
avafinger authored Jun 8, 2019
1 parent 8e13978 commit 7da4449
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ V4L2 works somehow but there are some compatibility issues i would say.




Check video0 capabilities:


v4l2-ctl -d /dev/video0 -l
Expand Down Expand Up @@ -147,6 +147,21 @@ V4L2 works somehow but there are some compatibility issues i would say.
test_pattern 0x009f0903 (menu) : min=0 max=4 default=0 value=0


mpjpg-streamer

./mjpg_streamer -i "./input_uvc.so -y 3 -r 640x480 -f 30 -q 90 -n" -o "./output_http.so -w ./www"
MJPG Streamer Version: svn rev:
i: Using V4L2 device.: /dev/video0
i: Desired Resolution: 640 x 480
i: Frames Per Second.: 30
i: Format............: YUV - 0x59565955
i: JPEG Quality......: 90
o: www-folder-path...: ./www/
o: HTTP TCP port.....: 8080
o: username:password.: disabled
o: commands..........: enabled



**Limitations**

Expand Down

0 comments on commit 7da4449

Please sign in to comment.