Obtain the capture property

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

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