Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CameraOptions ¶
type CameraOptions struct { Width int Height int Fps int HorizontalFlip bool VerticalFlip bool Rotation int UseLibcamera bool // Set to true to enable libcamera, otherwise use legacy raspivid stack AutoDetectLibCamera bool // Set to true to automatically detect if libcamera is available. If true, UseLibcamera is ignored. }
CameraOptions sets the options to send to raspivid
Click to show internal directories.
Click to hide internal directories.