ObjectDiagnosticsImageKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Image types to be captured and included in a diagnostics archive.
public enum ObjectDiagnosticsImageKind
type ObjectDiagnosticsImageKind =
Public Enum ObjectDiagnosticsImageKind
- Inheritance
-
ObjectDiagnosticsImageKind
Fields
Name | Value | Description |
---|---|---|
None | 0 | No images will be captured. |
Color | 1 | Captures RGB images from the photo/video camera. |
Depth | 2 | Captures illuminated infrared and depth images from the depth camera. |
All | 3 | Captures all images. |