Created
March 9, 2021 19:17
-
-
Save d12/c3bf0e0b3031aeb0a62e44ad9f2c9de0 to your computer and use it in GitHub Desktop.
Widen Oculus Quest recording capture size
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 | |
echo "Done!" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment