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

Raspberry Pi install #159

Open
petercwallis opened this issue May 20, 2023 · 1 comment
Open

Raspberry Pi install #159

petercwallis opened this issue May 20, 2023 · 1 comment

Comments

@petercwallis
Copy link

I want to use this on a raspberry pi but the one mention of rpis is where you say you'd like to see more use on rpis! I can help! Step one is a bit tricky. What am I meant to download and install?

@philip-lamb
Copy link
Member

There aren't CI-produced packages, so an on-device build from source is the way:

    ssh pi@raspberrypi.local
    git clone https://github.com/artoolkitx/artoolkitx.git
    sudo apt-get install cmake libjpeg-dev libudev-dev libv4l-dev libdc1394-22-dev libgstreamer1.0-dev libsqlite3-dev libcurl4-openssl-dev
    cd artoolkitx/Source
    ./build.sh linux-raspbian

Optional packages for full desktop OpenGL:

    sudo apt-get install libgl1-mesa-dev libsdl2-dev

Building OpenCV:

See https://github.com/artoolkitx/artoolkitx/wiki/Building-artoolkitX-prerequisites

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