I'm trying to create a simple native app similiar to Passthrough app, I'm using the Passthrough.java class, but when I call the startCameraPreview method nothing happens.
My objective is to activate the rear camera of Galaxy Note 4 and show the preview using the Gear VR.
The camera preview seems to have started, there's no log errors, but all that I can get is a black screen and a recurring message in logcat "W/QCamera2HWI: processMetaCallback: lls not enabled, no ops here".
Someone knows the meaning of that message?
EDIT: I've found a useful framework created by Samsung, http://www.gearvrf.org/ through this I've got the camera working.
I've found a useful framework created by Samsung, http://www.gearvrf.org/ through this I've got the camera working. Inside the Gear VR Framework there are several samples, one of those it's called scene-objects. I take inspiration using that sample, anyway the flow is simple: Declare your android Camera object and pass it to a GVRCameraSceneObject