quest 3 开启 3d 录像功能
本帖最后由 HelloWorld 于 2023-11-11 14:14 编辑首先需要开启开发者模式,谷歌一下有教程
然后 USB 运行 adb 命令:
adb shell setprop debug.oculus.screenCaptureEye 2
adb shell setprop debug.oculus.capture.width 3840
adb shell setprop debug.oculus.capture.height 1920
adb shell setprop debug.oculus.fullRateCapture 0
adb shell setprop debug.oculus.capture.bitrate 40000000
这样用自带的相机录像就是左右立体的 mp4 格式
缺点是每次设备重启都要再运行一次这些命令行 这是什么技术? LeoLee 发表于 2023-11-20 16:27
这是什么技术?
adb 命令行
页:
[1]