-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Install problem on ubuntu 14.04 "g++: error: unrecognized command line option ‘-mssse3’" #7
Comments
What is your kernel version ( |
The computer is not here currently,I will sent you the version information later. |
kernel version: 3.10.40 |
Hi. The If you would like to move to x86, there are several products that might meet your needs for small and low power:
|
Also, if you need a reference implementation for yuyv to rgb conversion, here is a good source: https://github.com/ktossell/libuvc/blob/master/src/frame.c#L158 |
Thank you for your time! |
I try to do yuyv to rgb conversion on ARM these day,but it is too hard for me as a beginner. |
Yes. You don't need to start or consume the RGB stream.
|
Thank you. |
* Adding D415 Win7 driver (cherry picked from commit f812a2f) * Fixing control set issue, by adding thread to poll from interrupt endpoint * Update winusb_uvc.cpp
…e_from_upstream Feature/update from upstream
Merge svm ac1x
Thank for your share !
When I install this on Ubuntu,I can't go with "make BACKEND=LIBUVC" ,it comes an error:
"g++: error: unrecognized command line option ‘-mssse3’".
I am new learner of realsense.Can you help me solve this ? Thank you.
The text was updated successfully, but these errors were encountered: