Click or drag to resize

VideoCaptureGetCaptureProperty Method

http://www.emgu.com
Obtain the capture property

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public double GetCaptureProperty(
	CapProp index
)

Parameters

index
Type: Emgu.CV.CvEnumCapProp
The index for the property

Return Value

Type: Double
The value of the specific property
See Also