Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Client.h rename in Vicon Data Stream SDK #10

Open
aaronsfox opened this issue Dec 11, 2019 · 3 comments
Open

Client.h rename in Vicon Data Stream SDK #10

aaronsfox opened this issue Dec 11, 2019 · 3 comments

Comments

@aaronsfox
Copy link

As discussed Claudio, it looks like in updated versions (not sure exactly when but at least from v1.7) Vicon has renamed the Client.h file to DataStreamClient.h

@jerela
Copy link

jerela commented Feb 14, 2020

I can confirm this, I had to change line 24 in DataFromNexus.h from
#include <Client.h>
to
#include <DataStreamClient.h>
when building the solution in Visual Studio in order to have it successfully build the project without errors.

@cpizzolato
Copy link
Contributor

I have updated the codebase to use the ViconDataStreamSDK 1.9+. It compiles well now, but I still haven't fully tested that everything works fine. I'll keep this open until I add an appropriate testcase.

@cpizzolato
Copy link
Contributor

I have added a Vicon Nexus example which works fine with markers. I will ensure streaming of analogue data is also correct before closing this isssue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants