[−][src]Enum cv::videoio::CapProp
Video capture's property identifier.
Variants
PosMsecCurrent position of the video file in milliseconds or video capture timestamp.
PosFrames0-based index of the frame to be decoded/captured next.
PosAviRatioRelative position of the video file: 0 - start of the film, 1 - end of the film.
FrameWidthWidth of the frames in the video stream.
FrameHeightHeight of the frames in the video stream.
FpsFrame rate.
Fourcc4-character code of codec.
FrameCountNumber of frames in the video file.
FormatFormat of the Mat objects returned by retrieve() .
ModeBackend-specific value indicating the current capture mode.
BrightnessBrightness of the image (only for cameras).
ContrastContrast of the image (only for cameras).
SaturationSaturation of the image (only for cameras).
HueHue of the image (only for cameras).
GainGain of the image (only for cameras).
ExposureExposure (only for cameras).
ConvertRgbBoolean flags indicating whether images should be converted to RGB.
WhiteBalanceBlueUCurrently not supported
RectificationRectification flag for stereo cameras (note: only supported by DC1394 v 2.x backend currently)
MonochromeSharpnessAutoExposureGammaTemperatureTriggerTriggerDelayWhiteBalanceRedVZoomFocusGuidIsoSpeedBacklightPanTiltRollIrisSettingsBuffersizeAutofocusTrait Implementations
impl PartialEq<CapProp> for CapProp[src]
fn eq(&self, other: &CapProp) -> bool[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.
impl Clone for CapProp[src]
fn clone(&self) -> CapProp[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Eq for CapProp[src]
impl Copy for CapProp[src]
impl Hash for CapProp[src]
fn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
Feeds a slice of this type into the given [Hasher]. Read more
impl Debug for CapProp[src]
Auto Trait Implementations
Blanket Implementations
impl<T> From for T[src]
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,