Sets the specified property of video capturing.
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static int SetCaptureProperty( CvCapture capture, int propertyID, double value )
Parameters
- capture
- Type: OpenCvSharpCvCapture
video capturing structure. - propertyID
- Type: SystemInt32
property identifier. - value
- Type: SystemDouble
value of the property.
Return Value
Type: Int32[Missing <returns> documentation for "M:OpenCvSharp.Cv.SetCaptureProperty(OpenCvSharp.CvCapture,System.Int32,System.Double)"]
See Also