steffensc / pyvicon-datatstream-module

Platform independent python 3 wrapper implementation over Vicon Datastream SDK.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VICON_TRACKER_IP

gaolongsen opened this issue · comments

Hi Author,

Thanks for your contribution to this package! I have a question about using it. For the VICON_TRACKER_IP, because I'm currently using Vicon Tracker 3.8 on a Win10 PC, all set up and object tracking work well. Also, I'm using a Ubuntu laptop and install this package. Both PC connect to the same network. I check the Vicon system's IP is 192.168.10.1, and the Win PC's IP is 192.168.50.99. I try both IP but all shows that connect failed. Do you know how to setup proper VICON_TRACKER_IP on my Ubuntu PC? Thanks for your time!(PS: my ubuntu PC's IP is 192.168.1.32)

Hi @gaolongsen,

glad to hear the installation of my package on your Ubuntu machine was successful! :)
Unfortunately I have no direct access to a Vicon system at the moment anymore. So the following points are just ideas / guessing.

  • Make sure that the Vicon Tracker application is started (application window is opened).
  • What is the subnet mask of your network? Are you able to ping to the Win10 PC (192.168.50.99) on which Vicon Tracker 3.8 is installed? Also try to ping from the Win10 PC to your machine (192.168.1.32) ;).

If you manage to connect to the Vicon Tracker, please let me know and post the solution :).

Cheers and good luck,
Steffen

Hi Steffen,

Thanks for your reply! Here is the shotscreen I got from my Windows PC which installed Tracker 3.8 :
image
image
image

Here is the screen shot I got from my Ubuntu PC which has already install your package:

image

I try to ping 192.168.1.32 from my Windows PC which installed Tracker 3.8, Here is the screen shot I got from my Windows PC
image

Hi Steffen,

We solved the problem! The reason why my Ubuntu PC cannot visit the Vicon PC is the issues for our lab's ethernet setup. I use the Wifi dongle for Vicon PC and now I can ping to Vicon PC from my Ubuntu PC and can get data from Tracker!! I also examine the data, it's so accurate and the package works perfectly!!! Thanks for your contribution for this and really appreciate your help!!

Nice to hear that you could solve the problem :)