Documentation ¶
Overview ¶
Package rpicamera allows to interact with a Raspberry Pi Camera.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Params ¶
type Params struct { LogLevel string CameraID int Width int Height int HFlip bool VFlip bool Brightness float64 Contrast float64 Saturation float64 Sharpness float64 Exposure string AWB string AWBGainRed float64 AWBGainBlue float64 Denoise string Shutter int Metering string Gain float64 EV float64 ROI string HDR bool TuningFile string Mode string FPS float64 IDRPeriod int Bitrate int Profile string Level string AfMode string AfRange string AfSpeed string LensPosition float64 AfWindow string TextOverlayEnable bool TextOverlay string }
Params is a set of camera parameters.
type RPICamera ¶
RPICamera is a RPI Camera reader.
func (*RPICamera) Initialize ¶ added in v1.4.1
Initialize initializes a RPICamera.
func (*RPICamera) ReloadParams ¶
ReloadParams reloads the camera parameters.
Click to show internal directories.
Click to hide internal directories.