1

我正在尝试使用 adb 命令录制视频以进行 oculus go 提交,但无法设置高度和宽度。我正在尝试以下命令:

adb shell setprop debug.oculus.enableVideoCapture 1
adb shell setprop debug.oculus.videoResolution 1536
adb shell setprop debug.oculus.textureWidth 2560
adb shell setprop debug.oculus.textureHeight 1440

在截屏时也面临同样的问题,根据所有文档,我发现 oculus Go 仅支持 1024x1024 的屏幕截图分辨率,并且在提交时询问我 2560x1440 像素。有没有其他方法可以设置视频和屏幕截图的值?

4

0 回答 0