Camera1Manager

@UiThread
constructor(@NonNull context: Context, @NonNull accelManager: AccelerometerManager, @NonNull cameraStrategyFactory: ICameraStrategyFactory, @NonNull cameraDelegate: CameraListener, @NonNull settings: CameraSettings)

Constructor

Parameters

accelManager

Accelerometer manager that will provide information about phone movements. Must not be null.

cameraStrategyFactory

Factory that will create camera resolution chooser strategy.

cameraDelegate

Camera delegate that will be notified with new frames from this camera manager.

settings

Additional specific settings for camera manager.