CameraImage

actual data class CameraImage

Android-specific implementation of org.multipaz.compose.camera.CameraImage.

Parameters

imageProxy

the ImageProxy representing the image.

expect class CameraImage

Platform-specific image from camera capture.

actual data class CameraImage

iOS specific implementation of org.multipaz.compose.camera.CameraImage.

Parameters

uiImage

the UIImage from the camera.

Constructors

Link copied to clipboard
constructor(imageProxy: ImageProxy)
constructor(uiImage: UIImage)

Properties

Link copied to clipboard
Link copied to clipboard
val uiImage: UIImage

Functions

Link copied to clipboard

Converts the platform-specific image data into a androidx.compose.ui.graphics.ImageBitmap.