VideoCaptureGet Method (CaptureProperty)
|
Retrieves the specified property of camera or video file.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic double Get(
CaptureProperty propertyId
)
Public Function Get (
propertyId As CaptureProperty
) As Double
public:
double Get(
CaptureProperty propertyId
)
member Get :
propertyId : CaptureProperty -> float
function Get(propertyId);
Parameters
- propertyId
- Type: OpenCvSharpCaptureProperty
property identifier.
Return Value
Type:
Doubleproperty value
See Also