VideoCaptureSet Method (CaptureProperty, Double)
|
Sets the specified property of video capturing.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic int Set(
CaptureProperty propertyId,
double value
)
Public Function Set (
propertyId As CaptureProperty,
value As Double
) As Integer
public:
int Set(
CaptureProperty propertyId,
double value
)
member Set :
propertyId : CaptureProperty *
value : float -> int
function Set(propertyId, value);
Parameters
- propertyId
- Type: OpenCvSharpCaptureProperty
property identifier. - value
- Type: SystemDouble
value of the property.
Return Value
Type:
Int32
See Also