Skip to content

Instantly share code, notes, and snippets.

@amb
amb / oculus_touch_osc_stream.py
Last active June 10, 2020 23:56 — forked from awesomebytes/htc_vive_controller_keypresses.py
Oculus Touch streaming with pythonosc and openvr
# forked from: https://gist.github.com/awesomebytes/75daab3adb62b331f21ecf3a03b3ab46
import time
import openvr
from pythonosc import osc_message_builder
from pythonosc import osc_bundle_builder
from pythonosc import udp_client
def get_controller_ids(vrsys=None):