Skip to main content

Module camera

Module camera 

Source
Expand description

Camera configuration types.

Structs§

CameraConfig
Configuration used to open a camera.
CameraInfo
Information about a Camera e.g. its name. description amd misc may contain information that may differ from backend to backend. Refer to each backend for details. index is a camera’s index given to it by (usually) the OS usually in the order it is known to the system.
StreamInfo
Negotiated information about a running camera.

Enums§

CameraError
All errors in nokhwa.
CameraFormat
Requested capture format. The negotiated values are reported via StreamInfo.
CameraIndex
Describes the index of the camera.

Functions§

query
Enumerate the cameras available on the system.