MeasureTheFuture / mothership

Data collection and reporting software for Measure the Future motherships.
GNU General Public License v3.0
4 stars 1 forks source link

Timed measurement/Scheduling #5

Open cfreeman opened 8 years ago

cfreeman commented 8 years ago

Spaces with MtF sensors are typically not going to be 24/7 spaces, and we need a way to ensure that we don't have tons of dead data/useless DB entries from when the spaces are closed.

cfreeman commented 8 years ago

Couple of different options here:

Not sure exactly which approach will be the best (which will be the most robust with computer vision).

The good news is that if the computer vision in the sensor is working correctly and we don't get any interaction data when the space is empty. We should only get health logs from the sensor around the clock. The sensor sends these health logs to the database every 15 minutes. These records occupy about ~28 Bytes each. Which means health logs will consume about 1MB a year.

griffey commented 8 years ago

Once the CV is tuned properly, I agree....the interaction data SHOULD be non-existent when the area is empty. But we need to be able to deal more robustly with changing light levels and such before that's actually true. I do like having the health data continually.