VideoCaptureGet Method (Int32)
|
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(
int propertyId
)
Public Function Get (
propertyId As Integer
) As Double
public:
double Get(
int propertyId
)
member Get :
propertyId : int -> float
function Get(propertyId);
Parameters
- propertyId
- Type: SystemInt32
property identifier.
Return Value
Type:
Doubleproperty value
See Also