Skip to content

Instantly share code, notes, and snippets.

View jpdery's full-sized avatar

Jean-Philippe Déry jpdery

  • Québec, Canada
View GitHub Profile
@d12
d12 / quest-capture-fix.sh
Created March 9, 2021 19:17
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