Rust bindings for ccap — high-performance, cross-platform webcam/camera capture with hardware-accelerated pixel format conversion (DirectShow/AVFoundation/V4L2), including common RGB/YUV workflows and video file input/playback support
/**
* @file ccap.h
* @author wysaid (this@wysaid.org)
* @brief Header file for ccap C++ interface.
* @date 2025-05
** @note For C language, use ccap_c.h instead of this header.
**/#ifndef __cplusplus
#error"ccap.h is for C++ only. For C language, please use ccap_c.h instead."#endif#include"ccap_core.h"#include"ccap_utils.h"