Easyest way would be to install hombrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"brew install --cask android-platform-tools android-platform-toolshttps://github.com/Genymobile/scrcpy
brew install scrcpy- connect the device via usb
- on your device allow connection
(check the box to allow this device all the time so you dont have to allow each time) adb devicesto check if adb sees it
if "unauthorized" see step 2adb tcpip 5555open port to stream via wifiadb shell ip addr show wlan0
here you should see an ip like192.168.178.XX- remove device fom usb
adb connect 192.168.178.XX:5555connect to device
Will give you the full view:
scrcpyWill give you the left eye (on Oculus Quest):
scrcpy -c 1440:1600:0:0Will reduce the bitrate:
scrcpy -c 1440:1600:0:0 -b 3500000See more details on the options on https://github.com/Genymobile/scrcpy