Closed hakanpinar closed 1 year ago
Is it possible to provide a property that specifies the camera's position to be used for scanning the documents?
Something like:
// open camera startForResult.launch(takePictureIntent)
To
val takePictureIntent = Intent(MediaStore.ACTION_IMAGE_CAPTURE) startActivityForResult(takePictureIntent, REQUEST_CODE_CAMERA)
I think for now I prefer this to not be an option.
Is it possible to provide a property that specifies the camera's position to be used for scanning the documents?
Something like:
To