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
cameraInfo
Camera.CameraInfo
Attributes

Remarks

Java documentation for android.hardware.Camera.getCameraInfo(int, android.hardware.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