CaptureSetCaptureProperty Method |
http://www.emgu.com
Sets the specified property of video capturing
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic bool SetCaptureProperty(
CapProp property,
double value
)
Public Function SetCaptureProperty (
property As CapProp,
value As Double
) As Boolean
public:
bool SetCaptureProperty(
CapProp property,
double value
)
member SetCaptureProperty :
property : CapProp *
value : float -> bool
Parameters
- property
- Type: Emgu.CV.CvEnumCapProp
Property identifier - value
- Type: SystemDouble
Value of the property
Return Value
Type:
BooleanTrue if success
See Also