Skip to content
Danke Xie edited this page Dec 22, 2015 · 14 revisions

Welcome to the GearVRf wiki!

SettingUpEclipseCppIndexer

FAQ

How to capture video for GVRf application in stereo mode?

First, run the following command to disable front-buffer rendering

adb shell "echo dev_enableCapture 1 dev_frontbuffer 0 > /sdcard/.oculusprefs"

Then, run the following command to record video

adb shell screenrecord /sdcard/example.mp4

Clone this wiki locally