stub Buffer Sync with face
Answeredany idea how to sync video image sync with edge camera coordinate
-
the problem is the AI meta data compute by edge camera which only take 33ms and send the result to stub plugin, but RTSP stream is slow then those meta data, so how to sync with video for example at screenshot I've stand at the position and trigger the meta event but your stub need take 2 second to sync the video person already gone
-
>> how to trust camera timestamp with/without NTP
Can you please clarify the question?
>> when metaData got the timestamp which code is time sync in stub example
Synchronisation doesn't happen in the stub, it happens in the client when it receives video and metadata. Only timestamp is used to synchronise
-
To be able to set up rules for events - you need to declare custom analytics events in the plugin manifest and send those events when needed.
Once it is happening - it will be possible to configure actions like camera recording using event rules dialog.
About timestamps and synchronization: we are looking into the problem. Probably we will come up with some guidance about debugging them
-
You actually need to pass your timestamp there instead of m_lastVideoFrameTimestampUs.
In STUB plugin we user last video frame timestamp just for reference, because the objects we generate are not real and can be attached to any frame.
In your plugin - you need to keep the timestamp associated to specific detected object and pass that value to objectMetadataPacket.
-
sure need to using my timestamp instead as yours see there have 2 lines comment out but the point is my timestamp is event happen on the camera site which have delta with your frame is buffering how to adjust this, in pervuius R5 there will have continue thumb popup but this version only got one thumb update continues
the problem is I got the timestamp on camera, but the precessVideoFrame is late video which can not match.
Please sign in to leave a comment.
Comments
20 comments