小米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瀏覽器中的投影功能捕捉當前桌面進行投影。

語音:

使用藍牙耳機完成聲音的共享。

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章