WatershedArts / Footfall

Application that allows you to monitor the traffic in and out of your building, using the RPi Camera and openFrameworks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Save detection photo?

gorkemhacioglu opened this issue · comments

Hi,

How can I save detection moment's photo.

Add

ofSaveScreen(ofGetTimestampString()+".png");

To the following lines
ofApp.cpp 88
ofApp.cpp 79

Best