We would like to draw bounding boxes around faces. Sometimes, we will need to update the location of a facial bounding box or remove the bounding box. It is clear from this question:
https://developer.milestonesys.com/s/question/0D53X00006nBgmzSAC/can-stored-metadata-be-updated?t=1597694823033
that we cannot update stored metadata such as bounding boxes. Should be be using a different approach to draw bounding boxes, or is there another way to update bounding box information?
There is no way to remove or update the metadata.
It is possible to submit a new metadata that replaces the original a millisecond later, in some playback scenarios this might solve the issue, it is however so that if playback is frozen (stopped by user or similar) at the exact time of the original metadata that is still the one that is shown.