DeviceCaptureStatus Enumeration¶
Namespace: id3.Devices
Definition¶
class DeviceCaptureStatus
enum DeviceCaptureStatus
public enum DeviceCaptureStatus
public enum DeviceCaptureStatus
typedef enum id3DevicesDeviceCaptureStatus
Fields¶
Name |
Value |
Description |
---|---|---|
|
0 |
Indicates there is no device connected. |
|
1 |
Indicates the device is not currently engaged in any active processes or captures. |
|
2 |
Shows the device is powered on, initialized, and ready to receive and execute commands. |
|
3 |
Signifies an error state within the device, which may inhibit its normal operation or function. |
|
4 |
Denotes an ongoing capture process, such as recording video or acquiring sensor data. |
|
5 |
Marks the initiation of a capture process, indicating the device has begun capturing data. |
|
6 |
Reflects the cessation of a capture process, indicating no current data acquisition. |
|
7 |
Represents the beginning of a snapshot capture process, detailing when the device starts capturing a single frame or data point. |
|
1000 |
Serves as a starting point for device-specific status codes, allowing for extended status representations beyond the common set. |