Obtain the capture property

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

Syntax

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

Parameters

index
Type: Emgu.CV.CvEnum..::.CAP_PROP
The index for the property

Return Value

The value of the specific property

See Also