Open pmatheusvinhas opened 5 years ago
Please, update the tutorial about ocr.
android.hardware.Camera
was deprecated on API 21. Documents recommend use
android.hardware.Camera2
but they have different structure. How should I replace
Camera.Parameters.FLASH_MODE_TORCH and Camera.Parameters.FOCUS_MODE_CONTINUOUS_VIDEO
? Thanks.
https://codelabs.developers.google.com/codelabs/mobile-vision-ocr/#4
Can you please update these all with CameraX since Camera1 API is deprecated.
Please add the possibility enable / disable flash to for the CameraSource API
Please, update the tutorial about ocr.
was deprecated on API 21. Documents recommend use
but they have different structure. How should I replace
? Thanks.
https://codelabs.developers.google.com/codelabs/mobile-vision-ocr/#4