ccap-rs 1.6.0

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
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/**
 * @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"