When I call mCamera = Camera.open() it returns null, what could be causing this? My device is the Nexus 7.
mCamera = Camera.open()
I already have the permissions set in my
For those who's testing an app on Android 6.0+, make sure that you have implemented Runtime Permission. Because simple permission in your AndroidManifest file is not enough.