Open sanderboom opened 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.
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.
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: