v4l2-examples

video for linux two examples

https://gitorious.org/hsv4l2

Latest on Hackage:0.1.0.2

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Claude Heiland-Allen
Maintained by [email protected]

This package contains examples using the v4l2 package:

  • v4l2-capture - dumps PPM frames from a video device to stdout:

$ v4l2-capture devvideo0 > out.ppm
  • v4l2-histogram - shows RGB histogram overlaid on mirror image, using OpenGL/GLUT for display.

$ v4l2-histogram devvideo0