Click or drag to resize
CaptureSetCaptureProperty Method
http://www.emgu.com
Sets the specified property of video capturing

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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