You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.).
Can you help me deal with these two situations?
The text was updated successfully, but these errors were encountered:
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.
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.
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.).
Can you help me deal with these two situations?
The text was updated successfully, but these errors were encountered: