Camera Preview App in Android throwing many errors (Nexus 4)
- by Jagatheesan Jack
I am trying to develop a camera app that takes a picture and saves it in a SQLite database. I get a lot of errors when executing the application. My code is as below. Any idea?
CameraActivity.java
private Camera mCamera;
private CameraPreview mPreview;
private int CAMERA_RETURN_CODE=100;
private static final String TAG = "Take_Picture";
public…