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

Apache License 2.0
6 stars 4 forks source link

Image Thumbnail not being updated while re-capturing #57

Closed khyativyasargus closed 5 months ago

khyativyasargus commented 6 months ago

While Re-capturing Image, Thumbnail is not being updated right away, but if we go previous or next and come back to the same item, it does!

@MJ1998

MJ1998 commented 6 months ago

This is due to the file location being the same, the answer component does not change and hence the UI does not update the thumbnail!

Current solution to this would be to remove the previous answer and add a new one. These APIs are available in the current master branch of datacapture library which will be available in the next release!