Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) Jetson xavier nx
• DeepStream Version DeepStream 6.0
• Issue Type( questions, new requirements, bugs) questions
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
I am currently running the YOLOv3 by using the deepstream sample app(sample-apps/deepstream-app) with default YOLOv3 model. And what I want to do is invoke the smart record whenever the YOLOv3 detects a new object. Is there any event listener, etc that I could check if a new object has been detected by the object detector?