-
Notifications
You must be signed in to change notification settings - Fork 1
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
Could NOT find Threads (missing: Threads_FOUND) on Raspberry 4 and F200 #2
Comments
Hello @shoomilka |
Hi, @congvmit ! Thank you for the idea but it didn't help(((( I now saw that the error looks the next: |
@shoomilka Have you tried this solution? I think your problem is quite common. You may find the solutions from other repositories, I believe. |
@congvmit , now I received an output:
I think I can ignore this warning (maybe I'm wrong), so I decided to do the next:
Now looking for the solution on this. Thank you for the last message - it very helped. |
I think the reason is the net lines of code in CMakeLists.txt:
I have aarch64, not arm, as I understand. |
I replaced
with the next:
and it begin to work! |
@shoomilka It's very nice to hear that. |
Unit tests run with the next output: pyrealsense is not for aarch64, so I will make it from sources later. I hope I found an instruction for this. |
@shoomilka The pre-built pyrealsense is not for aarch64, you must re-compile and build from the source. |
I'm installing on Raspberry 400 driver for F200 and doing command
cmake .. -DBUILD_EXAMPLES=true -DCMAKE_BUILD_TYPE=Release -DFORCE_LIBUVC=true
, I received an error:Can you help me to fix that?
The text was updated successfully, but these errors were encountered: