Skip to content
New issue

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

Exception java.lang.RuntimeException: takePicture failed #361

Open
abiemann opened this issue Jun 6, 2018 · 1 comment
Open

Exception java.lang.RuntimeException: takePicture failed #361

abiemann opened this issue Jun 6, 2018 · 1 comment

Comments

@abiemann
Copy link

abiemann commented Jun 6, 2018

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

@abiemann
Copy link
Author

abiemann commented Jun 6, 2018

it looks like this PR will fix it
#222

However it hasn't been merged in a year

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant