CameraMetadata.InfoDeviceTypeVirtual Field
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.
This camera device produces purely virtual images, though they may be based on the output of a real hardware camera in some cases.
[Android.Runtime.Register("INFO_DEVICE_TYPE_VIRTUAL", ApiSince=37)]
public const int InfoDeviceTypeVirtual = 2;
[<Android.Runtime.Register("INFO_DEVICE_TYPE_VIRTUAL", ApiSince=37)>]
val mutable InfoDeviceTypeVirtual : int
Field Value
Value = 2- Attributes
Remarks
This camera device produces purely virtual images, though they may be based on the output of a real hardware camera in some cases. For example, a virtual reality headset may have a virtual camera as the front-facing camera, producing a virtual avatar to represent the user, which is animated based on sensors on the headset.
The image data should not be assumed to be real.
Android reference for android.hardware.camera2.CameraMetadata.INFO_DEVICE_TYPE_VIRTUAL.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.