Crate ccap

Crate ccap 

Source
Expand description

§ccap - Cross-platform Camera Capture Library

A high-performance, lightweight camera capture library with Rust bindings.

Modules§

sys
Low-level FFI bindings to ccap C library

Structs§

Convert
Color conversion utilities
DeviceInfo
Device information structure
Provider
Type alias for the global error callback
Resolution
Resolution structure
Utils
Utility functions
VideoFrame
Video frame wrapper
VideoFrameInfo
High-level video frame information

Enums§

CcapError
Error types for ccap operations
ColorConversionBackend
Color conversion backend enumeration
FrameOrientation
Frame orientation enumeration
LogLevel
Log level enumeration
PixelFormat
Pixel format enumeration
PropertyName
Camera property enumeration

Functions§

version
Get library version string

Type Aliases§

Result
Result type for ccap operations