-
Notifications
You must be signed in to change notification settings - Fork 4
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
Question about building project #13
Comments
Hi Denny,
I'm using Debian and OpenCV from Debian repository. You can install it
using "apt-get"
Walter
2018-05-31 8:26 GMT+02:00 denny61302 <[email protected]>:
… Hi, I try to implement your project on my new BBBlack.
But, I have question about which OS you use debian or ubuntu?, and how to
install OpenCV currently?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#13>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADesaUpB5zUeLIzhdU9RC6npHPUQG94Tks5t340qgaJpZM4UUfLE>
.
|
Hi Walter Thanks for your reply. Right now I success building up the project, however I have another question about I2C setting. Which I2C did you use I2C1 or I2C2, and how could I change it? |
Good question. I used the default I2C exposed by BeagleBoneBlue. You can find it here:
It should be better to expose it as a configuration parameter at execution time instead of hardcoding it |
Hi Walter I still have problem to run your project. Is there something special setting on your BBBlue pins definition? |
You must verify bbb_I2C.h and bbb_I2C.cpp |
Thanks Walter Right now, I can run opencv_demo and capture video. Then Can I use VLC on Window to stream video from project bbb_life_tracker ? I am sure that my Window UDP get some data from BBBlack, but VLC player can't show the video. |
The gstreamer demo allows to watch video also in vlc |
Hi, I try to implement your project on my new BBBlack.
But, I have question about which OS you use debian or ubuntu?, and how to install OpenCV currently?
The text was updated successfully, but these errors were encountered: