android-vision icon indicating copy to clipboard operation
android-vision copied to clipboard

(ocr-codelab) android.hardware.Camera deprecated

Open pmatheusvinhas opened this issue 6 years ago • 2 comments
trafficstars

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

pmatheusvinhas avatar May 16 '19 03:05 pmatheusvinhas

Can you please update these all with CameraX since Camera1 API is deprecated.

shubh261096 avatar Feb 27 '20 06:02 shubh261096

Please add the possibility enable / disable flash to for the CameraSource API

skauss avatar Aug 07 '20 09:08 skauss