takePicture

suspend fun CameraController.takePicture(file: File): ERROR CLASS: Symbol not found for Uri??

Transform takePicture file to suspend function


suspend fun CameraController.takePicture(contentValues: ERROR CLASS: Symbol not found for ContentValues, saveCollection: ERROR CLASS: Symbol not found for Uri = MediaStore.Images.Media.EXTERNAL_CONTENT_URI): ERROR CLASS: Symbol not found for Uri??

Transform takePicture content values to suspend function


suspend fun CameraController.takePicture(outputFileOptions: ImageCapture.OutputFileOptions): ERROR CLASS: Symbol not found for Uri??

Transform takePicture output files options to suspend function