simon-heinen / droidar

DroidAR Mobile Locationbased Augmented Reality Framework for Android
GNU General Public License v3.0
225 stars 274 forks source link

Null Pointer Exception - Nexus 7 2012 Version #21

Open Grim- opened 10 years ago

Grim- commented 10 years ago

Just leaving a message, there's an issue with Nexus7's while using droidar following the basic example video.

The Camera View class needs to be specifically told to open the camera at 0 for a nexus 7 or it will fire off an NPE.

myCamera = Camera.open(0);

I would do it but I haven't looked much into actually using Github yet and wouldn't want to break anything :P