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

Can't configure librealsense #2737

Closed
Ace-242 opened this issue Nov 17, 2018 · 7 comments
Closed

Can't configure librealsense #2737

Ace-242 opened this issue Nov 17, 2018 · 7 comments
Assignees

Comments

@Ace-242
Copy link

Ace-242 commented Nov 17, 2018

  • Before opening a new issue, we wanted to provide you with some useful suggestions (Click "Preview" above for a better view):

  • All users are welcomed to report bugs, ask questions, suggest or request enhancements and generally feel free to open new issue, even if they haven't followed any of the suggestions above :)


Required Info
Camera Model { R200 / F200 / SR300 / ZR300 / D400 }
Firmware Version (Open RealSense Viewer --> Click info)
Operating System & Version {Win (8.1/10) / Linux (Ubuntu 14/16/17) / MacOS
Kernel Version (Linux Only) (e.g. 4.14.13)
Platform PC/Raspberry Pi/ NVIDIA Jetson / etc..
SDK Version { legacy / 2.. }
Language {C/C#/labview/nodejs/opencv/pcl/python/unity }
Segment {Robot/Smartphone/VR/AR/others }

Issue Description

<Describe your issue / question / feature request / etc..>

@Ace-242
Copy link
Author

Ace-242 commented Nov 17, 2018

I am challenging Cmake to use both Realsense and PCL with reference to this page.
https://github.com/IntelRealSense/librealsense/tree/master/wrappers/pcl

However, I get the following error and I can not configure it.
CMake Error at D:/ProgramFiles/CMake/share/cmake-3.12/Modules/ExternalProject.cmake:2324 (message):
error: could not find git for clone of libusb

Although the URL of libusb is present, it seems that the directory can not be found, but what is the problem?

@dorodnic
Copy link
Contributor

Hi @Ace-242
I believe what is missing is git installed on the system. You can resolve this for now by unchecking BUILD_WITH_TM2 flag in CMake UI.

@Ace-242
Copy link
Author

Ace-242 commented Nov 18, 2018

Hi dorodnic.
Thank you!
Thanks to you I solved the problem.

Could you tell me why you can do this once unchecking "BUILD_WITH_TM2" this for future study?

@dorodnic
Copy link
Contributor

At the moment, to support the TM2 (T265) device we need libusb. Since there is no packaged version available on Windows, our CMake will pull latest version from official GitHub and build it for you. This requires git.
However, TM2 modules are not yet available for purchase to the general public, so unless you received one via our partners program, you don't really need it in librealsense for now.

@Ace-242
Copy link
Author

Ace-242 commented Nov 28, 2018

Thanks to you I understood.

@galadash
Copy link

Hi, I'm sorry to "reopen" this issue, but I encounter the same issue, and even while unchecking BUILD_WITH_TM2, I get the same issue. What should I do to troubleshoot?

CMake

@galadash
Copy link

Hi, as I also commented on #2719 , I have been able to solve this issue on my machine.

Direct link to my solution here.

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

4 participants