http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Sets the specified property of video capturing
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static void cvSetCaptureProperty( IntPtr capture, CAP_PROP propertyId, double value ) |
Visual Basic |
---|
Public Shared Sub cvSetCaptureProperty ( _ capture As IntPtr, _ propertyId As CAP_PROP, _ value As Double _ ) |
Visual C++ |
---|
public: static void cvSetCaptureProperty( IntPtr capture, CAP_PROP propertyId, double value ) |
Parameters
- capture
- Type: System..::..IntPtr
Video capturing structure
- propertyId
- Type: Emgu.CV.CvEnum..::..CAP_PROP
Property identifier
- value
- Type: System..::..Double
Value of the property