Obtain the capture property

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public double GetCaptureProperty(
	CAP_PROP index
)
Public Function GetCaptureProperty ( _
	index As CAP_PROP _
) As Double
public:
double GetCaptureProperty(
	CAP_PROP index
)

Parameters

index
CAP_PROP
The index for the property

Return Value

The value of the specific property

See Also