Hello.
I am currently trying bounding box integration with metadata via MetadataProviderChannel. I am able to draw rectangles to stream, but main question I have is about synchronization of metadata with live stream.
Is there some time synchronization between timestamps that are coming from metadata into milestone camera views ?
It seems like, if I send bounding box metadata event with timestamp in range of ± 3 seconds bounding boxes will appear at stream, otherwise are ignored.
But if I send metadata to milestone with timestamps that are 3 seconds older, they are rendered at stream immediately …
Is there possiblity to buffer camera stream for few seconds and then synchronize incoming metadata rendering to exact timestamp of frames ?
Image in attachment shows issue.
Thank you.