Click or drag to resize
CvInvokecveVideoCaptureGet Method
http://www.emgu.com
Retrieves the specified property of camera or video file

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.2.0.2682 (3.2.0.2682)
Syntax
public static double cveVideoCaptureGet(
	IntPtr capture,
	CapProp prop
)

Parameters

capture
Type: SystemIntPtr
Video capturing structure
prop
Type: Emgu.CV.CvEnumCapProp
Property identifier

Return Value

Type: Double
The specified property of camera or video file
See Also