Skip to content

Video for Linux version 2 (V4L2) examples

License

Notifications You must be signed in to change notification settings

zp-00/v4l2-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

V4L2 Examples

Examples that demonstrate the Video for Linux version 2 (V4L2) API.

Each example directory contains a Makefile for compiling its respective example. To compile all examples, simply navigate into this directory and run the following command:

make

Examples

  1. example-1 Print video device capabilities
  2. example-2 Print video device crop capabilities
  3. example-3 Print and set video device format description
  4. example-4 Allocate and setup memory-mapped buffers for data transfer
  5. example-5 Video capture
  6. example-6 Exploring captured image data

Credits

These examples are based on work from

About

Video for Linux version 2 (V4L2) examples

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.5%
  • Makefile 2.5%