We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stack trace:
android.hardware.Camera.native_takePicture (Camera.java) android.hardware.Camera.takePicture (Camera.java:1557) com.jennylife.jennylife.activities.vision.CameraSource.takePicture (CameraSource.java:502) com.jennylife.jennylife.activities.DriversLicenseBarcodeActivity.onTap (DriversLicenseBarcodeActivity.java:378)
the exact line with the exception:
mCamera.takePicture(startCallback, null, null, doneCallback);
file exhibiting the problem
https://raw.githubusercontent.com/googlesamples/android-vision/master/visionSamples/barcode-reader/app/src/main/java/com/google/android/gms/samples/vision/barcodereader/ui/camera/CameraSource.java
device details
Device Manufacturer: LGE Model: LG-M153 Board: Msm8909 Android API: 23 Android OS: 6.0.1 Brand: Lge RAM: 1.38GB Orientation: Portrait
The text was updated successfully, but these errors were encountered:
it looks like this PR will fix it #222
However it hasn't been merged in a year
Sorry, something went wrong.
No branches or pull requests
stack trace:
android.hardware.Camera.native_takePicture (Camera.java)
android.hardware.Camera.takePicture (Camera.java:1557)
com.jennylife.jennylife.activities.vision.CameraSource.takePicture (CameraSource.java:502)
com.jennylife.jennylife.activities.DriversLicenseBarcodeActivity.onTap (DriversLicenseBarcodeActivity.java:378)
the exact line with the exception:
mCamera.takePicture(startCallback, null, null, doneCallback);
file exhibiting the problem
https://raw.githubusercontent.com/googlesamples/android-vision/master/visionSamples/barcode-reader/app/src/main/java/com/google/android/gms/samples/vision/barcodereader/ui/camera/CameraSource.java
device details
Device
Manufacturer: LGE
Model: LG-M153
Board: Msm8909
Android API: 23
Android OS: 6.0.1
Brand: Lge
RAM: 1.38GB
Orientation: Portrait
The text was updated successfully, but these errors were encountered: