Retrieves the specified property of camera or video file

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 static double cvGetCaptureProperty(
	IntPtr capture,
	CAP_PROP prop
)
Public Shared Function cvGetCaptureProperty ( _
	capture As IntPtr, _
	prop As CAP_PROP _
) As Double
public:
static double cvGetCaptureProperty(
	IntPtr capture, 
	CAP_PROP prop
)

Parameters

capture
IntPtr
video capturing structure
prop
CAP_PROP
property identifier

Return Value

the specified property of camera or video file

See Also