Open nemrachi opened 1 year ago
Hi, I have a similar purpose, i want to get data Perception Neuron 3 mocap suit without use of Axis Studio. I imagined this Api do it but when i test demo in Unity, i have nothing. Have solve it?
@Charly1712 Hi, back then I tried to contact their support with this issue and they replied me this: So I didn't make any progress with that. It is a shame, because it was part of my thesis. I created this issue in hope, it will motivate Noitom to update/fix that API. At the end, it worked with recorded motions saved in txt/csv format and I was parsing it through mapped bvh skeleton. So no live motion recording could be done.
Hi,
I am little bit confused about creating UDP server with
SetSettingsUDPServer
function. I can't figure out which IP and port to use. My goal is to get data from Perception Neuron 3 mocap suit without use of Axis Studio, so I wanted to create my own server viaSetSettingsUDPServer
function, but when I used IP and port of USB transceiver I found in Wireshark, I am getting errorServerNotReady
. But connection with API is sucesfull (function callOpenApplication
is sucessfull).When I initiate connection with
SetSettingsUDP
, set BVH Broadcast in Axis Studio and use UDP port set there I can get data without any problem.Can you give me some advice, how to properly set UDP server with
SetSettingsUDPServer
function?