Skip to content
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:

  1. make sure v4l2loopback module is installed
  2. start up a camera streaming
  3. Setup Bayer processing in the Receive Option tab (avconv doesn't handle Bayer encoded data well)
  4. 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"

Clone this wiki locally