Language

CameraMetadata.InfoDeviceTypeExternal Field

Definition

This camera device is not permanently connected to this Android device.

[Android.Runtime.Register("INFO_DEVICE_TYPE_EXTERNAL", ApiSince=37)]
public const int InfoDeviceTypeExternal = 1;
[<Android.Runtime.Register("INFO_DEVICE_TYPE_EXTERNAL", ApiSince=37)>]
val mutable InfoDeviceTypeExternal : int

Field Value

Value = 1
Attributes

Remarks

This camera device is not permanently connected to this Android device. It may be connected by a wired connection, such as a USB webcam, or it might be connected wirelessly, such as via WiFi or other communication mechanism.

The provenance of the image data from the external camera cannot be guaranteed, since it is produced by hardware that is not controlled by this Android device.

Note that an EXTERNAL android.info.deviceType does not mean the android.info.supportedHardwareLevel must be EXTERNAL. A basic USB webcam would likely have an EXTERNAL hardware level, but more sophisticated remote camera systems may have more capabilities than that, and be listed with a LIMITED or better hardware level.

Android reference for android.hardware.camera2.CameraMetadata.INFO_DEVICE_TYPE_EXTERNAL.

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.

Applies to