git clone https://github.com/pupil-labs/neon-vr-recorder.git
cd neon-vr-recorder
python -m pip install -r requirements.txtNote: Ensure that the VR headset is powered on, connected to the PC via USB cable, with Developer Mode enabled and USB Debugging authorized.
python record.pyNote: The VR headset must be powered on initially, connected to the PC via a USB cable, with Developer Mode enabled and USB Debugging authorized. Don't forget to replace ip-address-of-device with the actual IP address, which can be copied from the output of the second command.
adb tcpip 5555
adb shell ip addr show wlan0
adb connect ip-address-of-device:5555Note: You can now disconnect the VR headset from the PC. Ensure the VR headset is awake before starting the application.
python record.py