Search found 6 matches

by ryanhaun
Mon Nov 13, 2017 3:30 pm
Forum: OptiTrack Data Streaming
Topic: Remote trigger of Motive with Labview and Python Client
Replies: 2
Views: 3536

Re: Remote trigger of Motive with Labview and Python Client

Hi Adriana,

It looks like the error is coming from the assignment to "rot", which appears to not be a buffer of 16 bytes. Try making that change to see if your issue is resolved.

Kind Regards,
Ryan Haun
OptiTrack Support
by ryanhaun
Mon Mar 20, 2017 3:45 pm
Forum: General OptiTrack Support
Topic: Optirack Slim 13E camera for virual reality
Replies: 1
Views: 2168

Re: Optirack Slim 13E camera for virual reality

Hi Darkensorrow, Thanks for posting your inquiries to OptiTrack forums. The limit of the number of trackables is not dependent on the camera system. Instead you'll be limited by quality and rate. We have a hard limit of 1000 reconstructed markers, which most users won't even come close to. You'll be...
by ryanhaun
Thu Mar 02, 2017 2:03 pm
Forum: OptiTrack Data Streaming
Topic: Has anyone integrated a Delsys EMG system with Optitrack?
Replies: 1
Views: 2643

Re: Has anyone integrated a Delsys EMG system with Optitrack

Hi Brad, You can integrate your EMG system with your mocap system. A plethora of information can be found on our wiki page. http://wiki.optitrack.com/index.php?title=OptiTrack_Documentation_Wiki For specific information on integrating analog data in Motive look on the left hand side for External Dev...
by ryanhaun
Thu Jan 05, 2017 4:33 pm
Forum: OptiTrack Data Streaming
Topic: Python Client hangs on Multicast socket.recvfrom() on linux
Replies: 4
Views: 5667

Re: Python Client hangs on Multicast socket.recvfrom() on li

Hi Marek, We've tested on a clean build of Ubuntu and Python 3. It seems the sample is working in several cases out of the box without the need to configure anything in Linux. I'm not sure what this problem is, maybe update to the latest Ubuntu and Python 3 if you haven't already? Ryan Haun OptiTrac...
by ryanhaun
Tue Dec 27, 2016 11:27 am
Forum: OptiTrack Data Streaming
Topic: NAT_REQUEST_FRAMEOFDATA results in unrecognised request 100
Replies: 4
Views: 4186

Re: NAT_REQUEST_FRAMEOFDATA results in unrecognised request

Hi Marek,

The interface has not changed since the release of the python sample.

Can you try running the python client on Windows to see if it works there?

Ryan Haun
OptiTrack Support
by ryanhaun
Tue Dec 27, 2016 11:23 am
Forum: OptiTrack Data Streaming
Topic: Python Client hangs on Multicast socket.recvfrom() on linux
Replies: 4
Views: 5667

Re: Python Client hangs on Multicast socket.recvfrom() on li

Hi Marek, It's a bit deceiving but the client will initialize without actually being connected to the server. It just means it's established. The fact that local loopback is giving you troubles in indication of a setting or network problem, not particular to the python client most likely. There migh...