VideoCaptureGetCaptureProperty Method |
http://www.emgu.com
Obtain the capture property
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntaxpublic double GetCaptureProperty(
CapProp index
)
Public Function GetCaptureProperty (
index As CapProp
) As Double
public:
double GetCaptureProperty(
CapProp^ index
)
member GetCaptureProperty :
index : CapProp -> float
Parameters
- index
- Type: Emgu.CV.CvEnumCapProp
The index for the property
Return Value
Type:
DoubleThe value of the specific property
See Also