CameraDetails

data class CameraDetails(val facing: CameraLensFacing, val focusType: FocusType, val resolutions: List<Size>)

Data class containing detailed information about a specific camera device.

This class captures the key characteristics of an individual camera that are relevant for scanning performance and analytics tracking.

Constructors

Link copied to clipboard
constructor(facing: CameraLensFacing, focusType: FocusType, resolutions: List<Size>)

Properties

Link copied to clipboard

The direction the camera faces (front or back)

Link copied to clipboard

The focus capability of the camera (auto or fixed)

Link copied to clipboard

List of supported resolutions for image analysis