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

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