pnmocap / MocapApi

MocapApi for Axis Studio of Noitom
27 stars 10 forks source link

Creating server with function SetSettingsUDPServer -> Error: ServerNotReady #14

Open nemrachi opened 1 year ago

nemrachi commented 1 year ago

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 via SetSettingsUDPServer function, but when I used IP and port of USB transceiver I found in Wireshark, I am getting error ServerNotReady. But connection with API is sucesfull (function call OpenApplication 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?

Charly1712 commented 1 month 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?

nemrachi commented 1 month ago

@Charly1712 Hi, back then I tried to contact their support with this issue and they replied me this: image 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.