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
- example-1 Print video device capabilities
- example-2 Print video device crop capabilities
- example-3 Print and set video device format description
- example-4 Allocate and setup memory-mapped buffers for data transfer
- example-5 Video capture
- example-6 Exploring captured image data
These examples are based on work from