Click or drag to resize
CvInvokecveVideoCaptureSet 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.2.0.2682 (3.2.0.2682)
Syntax
public static bool cveVideoCaptureSet(
	IntPtr capture,
	CapProp propertyId,
	double value
)

Parameters

capture
Type: SystemIntPtr
Video capturing structure
propertyId
Type: Emgu.CV.CvEnumCapProp
Property identifier
value
Type: SystemDouble
Value of the property

Return Value

Type: Boolean
True on success
See Also