@hackage v4l2-examples0.1
video for linux two examples
Installation
Dependencies (0)
- base >=3 && <5
- bindings-libv4l2 >=0.1 && <0.2
- bindings-linux-videodev2 >=0.1 && <0.2
- bindings-mmap >=0.1 && <0.2
- bindings-posix >=1.2 && <1.3
- c-io >=0.1 && <0.2 Show all…
Dependents (1)
@hackage/acme-everything
This package contains examples for accessing v4l2 from Haskell:
v4l2-capture - dumps frames from a video device to stdout:
$ v4l2-capture | y4mscaler -v0 -I ilace=none -I sar=1/1 -O chromass=420mpeg2 | mplayer -demuxer y4m - -vo x11
Currently low-level imperative code; but a mid-level v4l2 library is planned which will make it less horrific.