TinyCamML / Boron-and-OpenMV

This repo is continued progress between Boron and OpenMV as a self contained device that can successfully monitoring flooding on roadways.
MIT License
0 stars 0 forks source link

save a csv of all image names #25

Closed ebgoldstein closed 2 months ago

ebgoldstein commented 3 months ago

make csv to save images on openMV

efarq commented 3 months ago

commit 3a03ea4 - made some progress with this. Right now it saves the datetime and "flood" or "no flood" to a .txt file but I'm sure we can easily change that if you prefer .csv. It takes a round or two of the boron running with cellular for this to work properly. So it might just need a bit of cleaning in the future

ebgoldstein commented 2 months ago

i have changed this a bit .. see #26