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

Question about building project #13

Open
denny61302 opened this issue May 31, 2018 · 7 comments
Open

Question about building project #13

denny61302 opened this issue May 31, 2018 · 7 comments

Comments

@denny61302
Copy link

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?

@Myzhar
Copy link
Owner

Myzhar commented May 31, 2018 via email

@denny61302
Copy link
Author

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?

@Myzhar
Copy link
Owner

Myzhar commented Jun 1, 2018

Good question. I used the default I2C exposed by BeagleBoneBlue.

You can find it here:

leptonDevice = open("/dev/i2c-1", O_RDWR);

It should be better to expose it as a configuration parameter at execution time instead of hardcoding it

@denny61302
Copy link
Author

Hi Walter

I still have problem to run your project.
When I try to use opencv_demo, my I2C didin't work, however I can build and run example from official project (https://github.com/groupgets/LeptonModule/tree/master/software/beagleboneblack_video).

Is there something special setting on your BBBlue pins definition?

@Myzhar
Copy link
Owner

Myzhar commented Jun 4, 2018

You must verify bbb_I2C.h and bbb_I2C.cpp
They are made to use I2C on the BeagleboneBlue, I do not know the differences with the Beaglebone Black

@denny61302
Copy link
Author

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.

@Myzhar
Copy link
Owner

Myzhar commented Jun 7, 2018

The gstreamer demo allows to watch video also in vlc

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

2 participants