VideoCaptureSetCaptureProperty 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: 4.0.1.3373 (4.0.1.3373)
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