This is the code I used...
Code: Select all
raspivid -t 120000 -w 1280 -h 720 -n -b 5000000 -o - | mbuffer -m 20M -P 40 | /opt/vc/src/hello_pi/hello_video/hello_video.bin /dev/stdinThanks,
Ryan
Code: Select all
raspivid -t 120000 -w 1280 -h 720 -n -b 5000000 -o - | mbuffer -m 20M -P 40 | /opt/vc/src/hello_pi/hello_video/hello_video.bin /dev/stdin