-
Notifications
You must be signed in to change notification settings - Fork 0
Home
ckemere edited this page Dec 14, 2013
·
3 revisions
Welcome to the coriander-v42l wiki!
This is a fork of the coriander project (v 2.0.1). The only modifications are to the V4L streaming thread, which has been converted from V4L loopback to V4L2 loopback compatibility.
To test:
- make sure v4l2loopback module is installed
- start up a camera streaming
- Setup Bayer processing in the Receive Option tab (avconv doesn't handle Bayer encoded data well)
- To capture from /dev/video0, and compress to MJPEG run "avconv -f video4linux2 -r 30 -i /dev/video0 -vcodec mjpeg -y -qscale 2 test3.mp4"