Answer the question
In order to leave comments, you need to log in
How to catch E/Camera﹕ Error 100 ?
Hello, actually the question itself ─ when working with the camera I get E / Camera﹕ Error 100 try / catch do not catch anything intelligible
if (mCamera == null) {
mCamera = Camera.open(0);
}
mCamera.autoFocus(new Camera.AutoFocusCallback() {
@Override
public void onAutoFocus(boolean success, Camera camera) {
camera.takePicture(null, null, null, PhotoReportActivity.this);
}
});
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question