Enum cv::videoio::CapProp [−][src]
Video capture’s property identifier.
Variants
Current position of the video file in milliseconds or video capture timestamp.
0-based index of the frame to be decoded/captured next.
Relative position of the video file: 0 - start of the film, 1 - end of the film.
Width of the frames in the video stream.
Height of the frames in the video stream.
Frame rate.
4-character code of codec.
Number of frames in the video file.
Format of the Mat objects returned by retrieve() .
Backend-specific value indicating the current capture mode.
Brightness of the image (only for cameras).
Contrast of the image (only for cameras).
Saturation of the image (only for cameras).
Hue of the image (only for cameras).
Gain of the image (only for cameras).
Exposure (only for cameras).
Boolean flags indicating whether images should be converted to RGB.
Currently not supported
Rectification flag for stereo cameras (note: only supported by DC1394 v 2.x backend currently)
Trait Implementations
impl Clone for CapProp
[src]
impl Copy for CapProp
[src]
impl Debug for CapProp
[src]
impl Eq for CapProp
[src]
impl Hash for CapProp
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
pub fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl PartialEq<CapProp> for CapProp
[src]
fn eq(&self, other: &CapProp) -> bool
[src]
#[must_use]pub fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
impl StructuralEq for CapProp
[src]
impl StructuralPartialEq for CapProp
[src]
Auto Trait Implementations
impl RefUnwindSafe for CapProp
impl Send for CapProp
impl Sync for CapProp
impl Unpin for CapProp
impl UnwindSafe for CapProp
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,