ObjectDiagnosticsImageKind Enum

Declaration

enum class winrt::Microsoft::Azure::ObjectAnchors::Diagnostics::ObjectDiagnosticsImageKind : int32_t

Description

Image types to be captured and included in a diagnostics archive.

Values

Name Value Description Remarks
ObjectDiagnosticsImageKind::None 0 No images will be captured.
ObjectDiagnosticsImageKind::Color 1 Captures RGB images from the photo/video camera.
ObjectDiagnosticsImageKind::Depth 2 Captures illuminated infrared and depth images from the depth camera.
ObjectDiagnosticsImageKind::All 3 Captures all images.