Skip to content

ColinShaw/ocaml-v4l

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OCaml V4L Interface

This is simplistic code for an OCaml interface to V4L for frame capture. It is based specifically around the idea of grayscale capture one frame at a time. You can build it either as an example or as a library. You will obviously need to have V4L and its headers installed.

There are some assumptions made about the capture device and the operations it supports. If you are not using a capture device that supports buffered capture through memory mapping and YUYV as a format, then you will have to alter this code.

About

OCaml and C code for single frame video capture in OCaml

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published