Android.Hardware.Camera.GetParameters Method
Returns the current settings for this Camera service.

Syntax

[Android.Runtime.Register("getParameters", "()Landroid/hardware/Camera$Parameters;", "GetGetParametersHandler")]
public virtual Camera.Parameters GetParameters ()

See Also

Camera.SetParameters(.Parameters)

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the current settings for this Camera service. If modifications are made to the returned Parameters, they must be passed to Camera.SetParameters(.Parameters) to take effect.

[Android Documentation]

Requirements

Namespace: Android.Hardware
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1