WatershedArts / Footfall

Application that allows you to monitor the traffic in and out of your building, using the RPi Camera and openFrameworks
Other
332 stars 131 forks source link

Compatibility with Stretch #110

Closed vertigoRod closed 6 years ago

vertigoRod commented 6 years ago

Hi, Did you guys have a chance to run it with RASPBIAN STRETCH?

naraquev commented 6 years ago

Yes! I was able to run it with Stretch

c1audiu commented 6 years ago

naraquev, can you help us with some info regarding the instalation on stretch? Like what version of openframeworks did you installed and other particularities. I olny managed to make it run on raspberrypi zero w with 2017-07-05-raspbian-jessie-lite and of_v0.9.8_linuxarmv6l_release.tar.gz. Thank you in advanced.

black23 commented 6 years ago

@naraquev Please Can you say to us how to compile Footfall on Stretch?

naraquev commented 6 years ago

Hello all! I was able to run it on Stretch with OP 0.10. There are several steps to do so. The CsvManager and HTTPManager needs several modifications. In my case I simply deleted the HTTPManager because I wanted to communicate with MQTT, with the CsvManager you have to check the using std and namespaces of the String types.

I hope this help you all!

DHaylock commented 6 years ago

It is compatible with Raspbian Stretch you need to use openFrameworks 0.10. There are a number of caveats, You need to include the ofxPoco addon as without it ofxHttpUtils breaks. Everything else should work fine.

mobileonekh commented 5 years ago

OpenFrameworks is a main blocking point.

@DHaylock and @naraquev Can you write more detail or give some link on how to get OpenFramework up and running on Stretch?

I try several approach but failed. Maybe because I am new to both Stretch and OF.

I use this link: https://forum.openframeworks.cc/t/compiling-of-in-raspbian-stretch/27562

Thanks