Go to advanced search

by AsgeirOM
Sun Aug 06, 2017 4:38 am
Forum: Camera board
Topic: raspivid raw RGB data is incorrect?
Replies: 30
Views: 8299

Re: raspivid raw RGB data is incorrect?

So if anyone is interested in some additional information or wants to test this in the console, here are some quick steps: mkfifo test 1. Setups pipes so you can run the commands in separate consoles. ffmpeg -f rawvideo -r 3 -s 1920x1088 -pix_fmt yuv420p -vcodec rawvideo -i test -y test_rgb.mp4 2. N...

Go to advanced search