Camera.GetCameraInfo(Int32, Camera+CameraInfo) Method
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.
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
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.