View Single Post
  #2  
Old 04-24-2018, 01:01 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
If you're using vizconnect to connect to the Vive, get a handle to the head tracker using the name in the vizconnect file. Then get its position. See the trackers page in the vizconnect section for more information.

Vizard has built in support for sending data over the network via UDP. There's sample code that shows how to send and receive raw byte data in Vizard in the networking page. Or you could use Python sockets for sending data.
Reply With Quote