Modules§
Structs§
- Format
Descriptor - Describes a supported camera format.
- Frame
Rate - Frame rate as a rational number.
- Frame
Rate Range - Range of supported frame rates.
- Plane
- A single plane of image data.
- Size
- Pixel dimensions of a frame.
- Stream
Config - Configuration for opening a camera stream.
Enums§
- Error
- Top-level crate error.
- Pixel
Format - Pixel formats encountered across platforms.
- Platform
Error - Platform-specific error details.
Traits§
- Camera
Device - A camera device that can be inspected and opened.
- Camera
Manager - Discover and inspect camera devices.
- Camera
Stream - Callback-based frame delivery.
- Frame
- A borrowed video frame. Lifetime tied to callback scope (zero-copy).
- Timestamp
- A presentation timestamp from the platform’s media clock.