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
- Device
Info - Device information structure
- Provider
- Type alias for the global error callback
- Resolution
- Resolution structure
- Utils
- Utility functions
- Video
Frame - Video frame wrapper
- Video
Frame Info - High-level video frame information
Enums§
- Ccap
Error - Error types for ccap operations
- Color
Conversion Backend - Color conversion backend enumeration
- Frame
Orientation - Frame orientation enumeration
- LogLevel
- Log level enumeration
- Pixel
Format - Pixel format enumeration
- Property
Name - Camera property enumeration
Functions§
- version
- Get library version string
Type Aliases§
- Result
- Result type for ccap operations