CvSetCaptureProperty Method (CvCapture, CaptureProperty, Double) OpenCvSharp Class Library
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,
	CaptureProperty propertyID,
	double value
)

Parameters

capture
Type: OpenCvSharpCvCapture
video capturing structure.
propertyID
Type: OpenCvSharpCaptureProperty
property identifier.
value
Type: SystemDouble
value of the property.

Return Value

Type: Int32

[Missing <returns> documentation for "M:OpenCvSharp.Cv.SetCaptureProperty(OpenCvSharp.CvCapture,OpenCvSharp.CaptureProperty,System.Double)"]

See Also

Reference