Retrieves the specified property of camera or video file

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 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