Skip to content

Instantly share code, notes, and snippets.

@d12
Created March 9, 2021 19:17
Show Gist options
  • Save d12/c3bf0e0b3031aeb0a62e44ad9f2c9de0 to your computer and use it in GitHub Desktop.
Save d12/c3bf0e0b3031aeb0a62e44ad9f2c9de0 to your computer and use it in GitHub Desktop.
Widen Oculus Quest recording capture size
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