This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set -e | |
adb shell setprop debug.oculus.capture.width 1280 | |
adb shell setprop debug.oculus.textureWidth 1280 | |
adb shell setprop debug.oculus.capture.height 720 | |
adb shell setprop debug.oculus.capture.bitrate 10000000 | |
adb shell setprop debug.oculus.foveation.level 0 | |
adb shell setprop debug.oculus.capture.fps 60 |