I am creating a camera app but I have problems on startPreview, it sends me:
startPreview
java.lang.RuntimeException: startPreview failed
h
I had this error, and it's because I didn't call releaseCamera on the onPause the first time I start my app. After a reboot, everything works fine ^^