Please provide complete information as applicable to your setup.
Hardware Platform Jetson
DeepStream Version 5.1
JetPack Version 4.4
Hello,
I am using deepstream 5.1. I am have a stream setup with opencv2 that takes input from 4 network cameras and crops them to all the ROI. It then stitches the smaller images into a larger image. I would like to use the python bindings and use the output of my opencv pipeline as the input to deepstream inference pipeline to do yolo bounding boxes. The application is tracking and identification of products on a conveyor belt system for quality control and routing. My main issue is getting the opencv stream into deepstream.
-Jerid