ProcessedFrameView

actual fun ProcessedFrameView(bitmap: Any?, modifier: Modifier)

Android implementation of ProcessedFrameView. Renders an android.graphics.Bitmap to a Compose Image.

expect fun ProcessedFrameView(bitmap: Any?, modifier: Modifier = Modifier)

Platform-specific composable to render a processed bitmap frame. On Android, this renders an android.graphics.Bitmap. On iOS, this renders a UIImage (not implemented yet).