DeepStream Detection to SQL ? How can this be done?

I am working on a Jetson TX1 using DeepStream 5.0.

I would like to be able to create SQL data entries based on my model’s detections while it is running in DeepStream. For example when a detection occurs, a single SQL data entry is created with information about Class ID, Class Label, and Time of Detection. This would then be automated to be sent to the remote server containing the database of observations.

I am wondering if anyone has been able to accomplish this or if this is something available in Deepstream.

1 Like

Hey,
Have you checked Gst-nvmsgconv — DeepStream 6.1.1 Release documentation and Gst-nvmsgbroker — DeepStream 6.1.1 Release documentation to see if any help?

@bcao

I am sure that this is helpful for people with a bit more programming experience in deepstream. I am wondering if you can explain how this would be used to develop SQL entries based on detection.

1 Like