CvCaptureGetCaptureProperty Method (Int32) OpenCvSharp Class Library
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 double GetCaptureProperty(
	int propertyId
)

Parameters

propertyId
Type: SystemInt32
property identifier.

Return Value

Type: Double
property value
See Also

Reference