DeviceMask enum
Namespace: P1.CameraSdk
Definition
Bit mask that defines where an and how an image item is stored on camera
Note that multiple bits can be set, e.g. IIQ file has an accompanying Jpeg or if image is present on both XQD and SD.
public enum DeviceMask
Fields
|
0 |
|
|
1 |
IIQ transferred to (a) host in this (camera) power cycle |
|
2 |
IIQ file of image is located on XQD card |
|
4 |
IIQ file of image is located on SD card |
|
8 |
Jpeg file of image is located on XQD card |
|
16 |
Jpeg file of image is located on SD card |