Table of Contents

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 = 31
ModeAuto = -2
ModeManual = -3

Set automatically when a value of the feature is set by the user.

ModeOnePushAuto = -1
Off = -4

Turn the feature off (not controlled manually nor automatically).

Remarks