Tomasz Rudzki

Results 5 comments of Tomasz Rudzki

+1 for the OSC support! I was asked recently if the [head tracker](https://github.com/trsonic/nvsonic-head-tracker) developed by me is capable of sending data to opentrack. The easiest way to integrate both would...

@dorem-midi You're right, sorry for capturing your thread. I thought that adding OSC input/output might be something that @sthalik would want to consider. OSC is one of the most universal...

@sthalik In my case I would like to send OSC data to your app. Head rotation only. Either in a form of Euler angles or quaternions. E.g. `"/quaternion", float Qw,...

Hi @sthalik ! the easiest way to implement OSC is by using this library: https://github.com/CINPLA/oscpack for OSC output: ``` // add headers #include "osc/OscOutboundPacketStream.h" #include "ip/UdpSocket.h" // configure ip and...

Yeah, I like this idea. Let me try implementing this. For now you can try modifying the code yourself and recompile the bridge. https://github.com/trsonic/nvsonic-head-tracker/blob/39febe874a8f9f228bb4b512a4d8abcec06d28a1/head-tracker-osc-bridge/Source/Bridge.cpp#L43 https://github.com/trsonic/nvsonic-head-tracker/blob/39febe874a8f9f228bb4b512a4d8abcec06d28a1/head-tracker-osc-bridge/Source/Bridge.cpp#L55