Lingua

Camera.GetCameraInfo(Int32, Camera+CameraInfo) Method

Definition

Caution

deprecated

Returns the information about a particular camera.

[Android.Runtime.Register("getCameraInfo", "(ILandroid/hardware/Camera$CameraInfo;)V", "")]
[System.Obsolete("deprecated")]
public static void GetCameraInfo(int cameraId, Android.Hardware.Camera.CameraInfo? cameraInfo);
[<Android.Runtime.Register("getCameraInfo", "(ILandroid/hardware/Camera$CameraInfo;)V", "")>]
[<System.Obsolete("deprecated")>]
static member GetCameraInfo : int * Android.Hardware.Camera.CameraInfo -> unit

Parameters

cameraId
Int32

The ID of the camera to query.

cameraInfo
Camera.CameraInfo

The object to populate with information about the camera.

Attributes

Remarks

Java documentation for android.hardware.Camera.getCameraInfo(int, android.hardware.Camera.CameraInfo).

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