How to get the image/frame that the inference/perception (DeepStream 7) are recording on REDIS

I am geting the metadata from REDIS with the result of container DeepStream 7 Yolov8s test but i can’t find the image/frame.

i have this metadata:

'{ "version" : "4.0", "id" : "348945", "@timestamp" : "2024-08-13T14:10:05.137Z", "sensorId" : "video_test", "objects" : [ "39634|361.462|475.645|405.39|591.268|Person|0", "39625|422.592|489.527|461.835|585.446|car|0" ] }'

But i have only the boxes, not the image frame.

How can i get the image/frame from this information/metadata?

Which application are you using? Are you using AI NVR from JPS: AI NVR — Metropolis on Jetson documentation 0.1.0 documentation
DeepStream doesn’t send the object corp or video frame to Redis currently.

I am using AI NVR,

I saw that we can use API to GET the image from STORAGE like:

image

Is this the best way to get the frame using @timestamp (var that exist on REDIS message) ?

I am trying this command and i received the frame with success!

http://localhost:30080/vst/api/v1/live/stream/8a22c104-d41f-4d8b-aec4-175984ad3842/picture?startTime=2024-08-14T15%3A03%3A21.503Z

Yes, you are right. Application can get image or video clips form VST.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.