Skip to content

rsfreitas/libv4l2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libv4l2

A simple video4linux2 library.

Features

  • Internal continuous grabbing.
  • Loopback frame replication.

License

LGPLv2

Dependencies

libcollections: for thread independent error code and reference count.

Compiling

In order to compile the project you must have at least the following programs installed;

  • C compiler
  • CMake, at least version 2.8

After installing them you can compile the project using the commands:

  • mkdir build
  • cd build
  • cmake ..
  • make

About

A simple video4linux2 library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published