Retrieves the specified property of camera or video file

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

Syntax

C#
public static double cvGetCaptureProperty(
	IntPtr capture,
	CAP_PROP prop
)
Visual Basic (Declaration)
Public Shared Function cvGetCaptureProperty ( _
	capture As IntPtr, _
	prop As CAP_PROP _
) As Double
Visual C++
public:
static double cvGetCaptureProperty(
	IntPtr capture, 
	CAP_PROP prop
)

Parameters

capture
Type: System..::.IntPtr
video capturing structure
prop
Type: Emgu.CV.CvEnum..::.CAP_PROP
property identifier

Return Value

the specified property of camera or video file

See Also