package
0.0.0-20240917142712-10102bbdc223
Repository: https://github.com/shanghuiyang/rpi-projects.git
Documentation: pkg.go.dev

# Functions

NewMat ...
No description provided by the author
Rectangle ...

# Constants

VideoCaptureAutoExposure controls the DC1394 exposure control done by camera, user can adjust reference level using this feature.
VideoCaptureAutoFocus controls video capture auto focus..
VideoCaptureAutoWB controls the auto white-balance.
VideoCaptureBackend is the current api backend (VideoCaptureAPI).
VideoCaptureBacklight controls video capture backlight.
VideoCaptureBitrate displays the video bitrate in kbits/s.
VideoCaptureBrightness is brightness of the image (only for those cameras that support).
VideoCaptureBufferSize controls video capture buffer size.
VideoCaptureChannel controls the video input or channel number (only for those cameras that support).
VideoCaptureCodecPixelFormat shows the the codec's pixel format (4-character code).
VideoCaptureContrast is contrast of the image (only for cameras that support it).
VideoCaptureConvertRGB is a boolean flags indicating whether images should be converted to RGB.
VideoCaptureExposure is the exposure of the capture image.
VideoCaptureFocus controls video capture focus.
VideoCaptureFormat format of the Mat objects returned by VideoCapture::retrieve().
VideoCaptureFOURCC contains the 4-character code of codec.
VideoCaptureFPS controls capture frame rate.
VideoCaptureFrameCount contains number of frames in the video file.
VideoCaptureFrameHeight controls height of frames in the video stream.
VideoCaptureFrameWidth is width of the frames in the video stream.
VideoCaptureGain is the gain of the capture image.
VideoCaptureGamma controls video capture gamma.
VideoCaptureGUID controls video capture GUID.
VideoCaptureHue hue of the image (only for cameras that support).
VideoCaptureIris controls video capture iris.
VideoCaptureISOSpeed controls video capture ISO speed.
VideoCaptureMode contains backend-specific value indicating the current capture mode.
VideoCaptureMonochrome indicates whether images should be converted to monochrome.
VideoCapturePan controls video capture pan.
VideoCapturePosAVIRatio relative position of the video file: 0=start of the film, 1=end of the film.
VideoCapturePosFrames 0-based index of the frame to be decoded/captured next.
VideoCapturePosMsec contains current position of the video file in milliseconds.
VideoCaptureRectification is the rectification flag for stereo cameras.
VideoCaptureRoll controls video capture roll.
VideoCaptureSarDenominator controls the sample aspect ratio: num/den (den).
VideoCaptureSarNumerator controls the sample aspect ratio: num/den (num).
VideoCaptureSaturation saturation of the image (only for cameras that support).
VideoCaptureSettings is the pop up video/camera filter dialog.
VideoCaptureSharpness controls image capture sharpness.
VideoCaptureTemperature controls video capture temperature.
VideoCaptureTilt controls video capture tilt.
VideoCaptureTrigger controls video capture trigger.
VideoCaptureTriggerDelay controls video capture trigger delay.
VideoCaptureWBTemperature controls the white-balance color temperature.
VideoCaptureWhiteBalanceBlueU is currently unsupported.
VideoCaptureWhiteBalanceRedV controls video capture setting for white balance.
VideoCaptureZoom controls video capture zoom.

# Structs

Mat ...
No description provided by the author

# Type aliases

VideoCaptureProperties are the properties used for VideoCapture operations.