kr15h / ofxPiMapper

Projection mapping addon for openFrameworks that works on the Raspberry Pi
http://ofxpimapper.com
Other
465 stars 93 forks source link

PiMapper - openFramworks v0.10.1 - PocketVJ #159

Closed slagteriet closed 5 years ago

slagteriet commented 5 years ago

Hi Im running a build of the great pocketVJ project and wanted to add PiMapper to extend the greatness.

I got the latest version of openFrameworks running v0.10.1 combine with this install guide. (link)

I then followed this GitHub instructions link here

But seems not to be working.. ?

From the guide in link above.. Checkout the stable version of ofxOMXPlayer. cd /home/pi/openFrameworks/addons/ofxOMXPlayer git checkout 0.9.0-compatible

kr15h commented 5 years ago

Could be they are a bit outdated. Let me take a look... ; ]

kr15h commented 5 years ago
git checkout master
cd /home/pi/${OFX_DIR}/addons/ofxOMXPlayer
sudo ./install_depends.sh

Will update the instructions on website.

slagteriet commented 5 years ago

Thank you @kr15h Will try it.

kr15h commented 5 years ago

Then there is this CI file that I use to make automated builds: https://gitlab.com/kriwkrow/pimapper/blob/master/ci/rpi/pi-gen/stagePiMapper/00-install-opm/00-run.sh Maybe you find something useful there as well.

slagteriet commented 5 years ago

@kr15h did it work ? :)

kr15h commented 5 years ago

Well, it works with the automatic build. You can download the image file (artifacts) here https://gitlab.com/kriwkrow/pimapper/tags/v1.0.0 or from the ofxpimapper.com website https://ofxpimapper.com

kr15h commented 5 years ago

I am building with the master branch of openFrameworks, and latest version of Raspbian