open-nomie / nomie5

Nomie v5 Source Code
https://nomie.app
MIT License
562 stars 85 forks source link

Feature request: add tracker that facilitates taking one or more pictures #109

Open sanderboom opened 4 years ago

sanderboom commented 4 years ago

Would be a cool addition to 'track-by-image' :eyes: Possibly as part of a 'Multi tracker'.

Is storage of binary data currently supported? Not sure whether base64 would be a viable alternative? Do I see some camera support in the codebase already? :wink:

sanderboom commented 4 years ago

Ah - just came across your answer here. I expected base64 would be too large. Keeping functionality equal across storage solutions is a challenge. I guess storing locally would be the simplest. I'll see whether I can think of anything useful.

brandoncorbin commented 4 years ago

Hey Sanderboom, it's one of those features I keep kicking around because it'd be awesome to have..

The best I've come up with is a new API that stores the assets encrypted off device. But that introduces a whole new bag of worms.