/wru

Distributed image taking -> understanding pipeline

Primary LanguageRust

WRU

Sending input pictures/files -> receiving + storing them -> processing them -> displaying meaningful output.

READMEs of each section:
Sending input pictures/files (field_scout)
recieving + storing them (file_intake)
processing them (processing)
displaying meaningful output (result)

Still TODO:

  • field_scout must be able to send images that already exist in the operating folder, not just live created ones (so that the program may be down for any amount of time and still recover by sending the images later when restarted). (Small)
  • field_scout should delete images that are confirmed to have been uploaded. (Small)
  • field_scout must have objsto write permission credentials support. (Small)
  • field_scout should be able to operate in a Meshtastic-only mode. (Large)
  • processing must perform object, person, and animal recognition, not just facial. (Medium)
  • processing must save results to a DB. (Medium)
  • result must be built in the first place. (Medium)