init(configuration:delegate:) Initializer

@MainActor @objc init(configuration: PxUiCameraScreenConfiguration, delegate: (any PxUiCameraScreenDelegate)?)

References: PxUiCameraScreenConfiguration, PxUiCameraScreenDelegate

Creates the camera screen.

Parameters

  • configuration — The camera configuration.
  • delegate — The delegate to receive results.
Top