小米VR一体机、Oculus Go投屏到PC、TV教程

本文原创,转载请注明出处:https://blog.csdn.net/qq_36503704/article/details/87982678

github 地址:https://github.com/Genymobile/scrcpy#windows

youtube:https://www.youtube.com/watch?v=7LHqvQ3DI-Q

adb 命令

adb kill server
adb devices
adb tcpip 5555

adb connect IP地址

一体机 Ip地址查询

1.查看路由器的设备列表
2.adb shell ifconfig 中的wlan0-inet addr

确保设备处于同一个网段

操作流程:


PC:
1.adb devices    如有一个是正常的,如果有Ip地址+****,则先关闭运行   adb kill-server
2.adb tcpip 5555
3.拔下Usb
4.adb connect IP地址
5.scrcpy.exe -b 25M
6.打开Obs软件,截取Scrcpy窗口


TV:
1.使用google Cast链接到TV。
2.使用电脑google浏览器中的投影功能捕捉当前桌面进行投影。

语音:

使用蓝牙耳机完成声音的共享。

 

你可能感兴趣的:(unity,Oculus,Go,MIVR)