[Solved] Google carboard camera zoom [closed]

You shouldn’t be messing with camera stuff in your Google Cardboard application since most google cardboard units cover the camera lense. It’s not a feature you’ll see adopted anytime soon since different devices have the camera in different places making it unreliable to create a universal headset from. Edit: Looks like the original google cardboard … Read more

[Solved] Capture image when conditions are met

At this point you need to call takePicture() on the camera when the condition is met. Then startPreview() in the first line of the onPictureTaken() callback that you will have to provide in order for the camera to continue. When all conditions are met, also be sure to release() the camera before leaving within your … Read more