Enum VideoCaptureDC1394Mode
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Modes of the IEEE 1394 controlling registers (can be: auto, manual, auto single push, absolute. Latter allowed with any other mode). Every feature can have only one mode turned on at a time.
public enum VideoCaptureDC1394Mode
Fields
Max = 31ModeAuto = -2ModeManual = -3Set automatically when a value of the feature is set by the user.
ModeOnePushAuto = -1Off = -4Turn the feature off (not controlled manually nor automatically).