Retrieves the specified property of camera or video file.
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static double GetCaptureProperty( CvCapture capture, CaptureProperty propertyId )
Parameters
- capture
- Type: OpenCvSharpCvCapture
video capturing structure. - propertyId
- Type: OpenCvSharpCaptureProperty
property identifier.
Return Value
Type: Doubleproperty value
See Also