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

Where sl_zed / Camera.hpp is located? #41

Closed
Declining opened this issue Jan 21, 2018 · 5 comments
Closed

Where sl_zed / Camera.hpp is located? #41

Declining opened this issue Jan 21, 2018 · 5 comments

Comments

@Declining
Copy link

Hey ,guys.
When I tried to compile the code in tutorial, the head file "sl_zed/Camera.hpp" cannot be found.
So I want to know where I can find this header file, or do I need to create another environment?

@adujardin
Copy link
Member

Hi,
Replace "sl_zed" by "sl" and it should work (#include "sl/Camera.hpp").

It was originally meant for the new SDK (2.3) but it's not mandatory anymore. I will fix this in the repository.

@Declining
Copy link
Author

Declining commented Jan 24, 2018 via email

@schliffen
Copy link

It was not fixed yet, I'm still facing with that error!

@obraun-sl
Copy link
Member

Make sure that the ZED SDK include directory is in the include directories list. If using Cmake , it should be automatically done.
For example, under windows, the include dir is C:/Program Files(x86)/ZED SDK/include

@Vizalkar
Copy link

Hi
I encountered the same error and i use cmake.
It is not solvec, the directory in ZED SDK is "sl", not "sl_zed".
Changing the #include "sl_zed/*" lines does the trick

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

No branches or pull requests

5 participants