Namespace Unosquare.RaspberryIO.Camera
Classes
CameraColor
A simple RGB color class to represent colors in RGB and YUV colorspaces.
CameraController
The Raspberry Pi's camera controller wrapping raspistill and raspivid programs. This class is a singleton.
CameraSettingsBase
A base class to implement raspistill and raspivid wrappers Full documentation available at https://www.raspberrypi.org/documentation/raspbian/applications/camera.md.
CameraStillSettings
Defines a wrapper for the raspistill program and its settings (command-line arguments).
CameraVideoSettings
Represents the raspivid camera settings for video capture functionality.
Structs
CameraRect
Defines the Raspberry Pi camera's sensor ROI (Region of Interest).
Enums
CameraAnnotation
Defines the bit-wise mask flags for the available annotation elements for the Raspberry Pi's camera module.
CameraDynamicRangeCompensation
Defines the different DRC (Dynamic Range Compensation) modes for the Raspberry Pi's camera module Helpful for low light photos.
CameraExposureMode
Defines the different exposure modes for the Raspberry Pi's camera module.
CameraH264Profile
Defines the different H.264 encoding profiles to be used when capturing video.
CameraImageEffect
Defines the available image effects for the Raspberry Pi's camera module.
CameraImageEncodingFormat
Defines the available encoding formats for the Raspberry Pi camera module.
CameraImageRotation
Defines the different image rotation modes for the Raspberry Pi's camera module.
CameraMeteringMode
Defines the different metering modes for the Raspberry Pi's camera module.
CameraWhiteBalanceMode
Defines the different AWB (Auto White Balance) modes for the Raspberry Pi's camera module.