Video Capture API (capture.h)

Updated: April 19, 2023

The video capture API includes all the functions, data structures, and constants needed for video capture. It does not handle video display, which should be handled by another component, such as Screen.

Note: The video capture API is thread safe, unless stated otherwise for a specific function.