Click or drag to resize

VideoCaptureSet Method (Int32, Double)

Sets the specified property of video capturing.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public int Set(
	int propertyId,
	double value
)

Parameters

propertyId
Type: SystemInt32
property identifier.
value
Type: SystemDouble
value of the property.

Return Value

Type: Int32
See Also