Hivemapper / odc-api

Software and APIs used to run the Open Dashcam (ODC) devices that collect data on the Hivemapper Mapping Network
10 stars 6 forks source link

move edge privacy detections to uploaded fkm payload #177

Closed Masaya-RT closed 2 months ago

Masaya-RT commented 3 months ago

Sending all privacy via metadata

Move to concat in FrameKm -> add logic to pull that out from there.

Should save DB size/fees

evanmoss commented 3 months ago

If it's added at the end, this routine should still be safe as is, and probably just need to add a new method that does the same thing but starts the next index (i.e., grab the rest of the bytes)

https://github.com/Hivemapper/network/blob/main/server/src/models/FrameKM.ts#L459

https://github.com/Hivemapper/network/blob/main/server/src/models/FrameKM.ts#L55C10-L55C28

Masaya-RT commented 2 months ago

Mazar trying to start today. Actually already done by Alexei; should add to exif data now.

Should now make changes in backend