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

Running on two Raspberry Pi #57

Open
rockmao45 opened this issue Sep 18, 2023 · 1 comment
Open

Running on two Raspberry Pi #57

rockmao45 opened this issue Sep 18, 2023 · 1 comment

Comments

@rockmao45
Copy link

Hello there.

I am trying to use two Raspberry Pi 4 to run this prime-system-reference (cae3a48). Both Pi are 64-bit so I built the deployment with the aarch64-linux toolchain on the first Pi and the binary is copied to the second. However, when running the copied binary, the terminal returns that such file is not found.

Screenshot 2023-09-18 at 14 54 19

Later I built the deployment without opencv (generating without "-DSYSTEM_REFERENCE_OPENCV_PATH=/"), this time the binary can be executed but the connection is always refused (I am sure the ports on both sides are open.).
Screenshot 2023-09-18 at 14 54 35

Can you help me deal with these two situations?

@jwest115
Copy link
Contributor

jwest115 commented Sep 22, 2023

I recommend running the most up to date version (master branch) of the system reference as we no longer use OpenCV for the camera component. Previous versions had an issue with the OpenCV implementation which prevented the project from running successfully.

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