CameraExtensionSession.StateCallback.OnConfigured 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.
This method is called when the camera device has finished configuring itself, and the session can start processing capture requests.
[Android.Runtime.Register("onConfigured", "(Landroid/hardware/camera2/CameraExtensionSession;)V", "GetOnConfigured_Landroid_hardware_camera2_CameraExtensionSession_Handler", ApiSince=31)]
public abstract void OnConfigured (Android.Hardware.Camera2.CameraExtensionSession session);
[<Android.Runtime.Register("onConfigured", "(Landroid/hardware/camera2/CameraExtensionSession;)V", "GetOnConfigured_Landroid_hardware_camera2_CameraExtensionSession_Handler", ApiSince=31)>]
abstract member OnConfigured : Android.Hardware.Camera2.CameraExtensionSession -> unit
Parameters
- session
- CameraExtensionSession
A valid extension session
- Attributes
Remarks
This method is called when the camera device has finished configuring itself, and the session can start processing capture requests.
If the camera device configuration fails, then #onConfigureFailed
will be invoked instead of this callback.
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.