Enum DeviceSubtype
- Namespace
- VisioForge.Core.Types.VideoCapture
- Assembly
- VisioForge.Core.dll
Specifies the subtype or vendor-specific variant of a video capture device.
public enum DeviceSubtypeFields
Default = 0-
Default device subtype with no special handling required.
Used for standard devices that follow common interfaces and don't require vendor-specific implementations or workarounds.
FaceVision = 1-
FaceVision series camera device.
FaceVision cameras may have vendor-specific extensions or require special initialization sequences. These devices often include facial recognition or biometric features.
Sensoray2253 = 2-
Sensoray Model 2253 video capture device.
The Sensoray 2253 is a professional multi-channel video capture device that supports simultaneous capture from multiple sources. It may require specific driver interfaces or configuration parameters.
Remarks
This enumeration is used to identify specific device models or vendors that may require special handling, custom drivers, or vendor-specific features. It allows the framework to apply device-specific optimizations or workarounds.