google-research / CVD-paper-mobile-camera-example

Apache License 2.0
33 stars 7 forks source link

Slow app callbacks #108

Open MJ1998 opened 5 months ago

MJ1998 commented 5 months ago

currently app callbacks are invoked after db writing in a new job which makes it very slow. For example, one has captured a video but the event "onComplete" for app is invoked after writing the captured data's meta into the db.