Click or drag to resize

VideoCaptureSetCaptureProperty Method

http://www.emgu.com
Sets the specified property of video capturing

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public bool SetCaptureProperty(
	CapProp property,
	double value
)

Parameters

property
Type: Emgu.CV.CvEnumCapProp
Property identifier
value
Type: SystemDouble
Value of the property

Return Value

Type: Boolean
True if success
See Also