Specifications
**• Hardware Platform : NVIDIA Geforce RTX 4070 TI
**• DeepStream Version: 7.0
**• TensorRT Version: 8.9.4
**• NVIDIA GPU Driver Version : 470
**• Issue Type : questions
For our usecase we are currently exploring we want to input fish eye camera stream using RTSP and split it into 4 different views. We want to perform inference , tracking and analytics seperately in all four substreams. Please suggest a way to do same.
Fisheye camera RTSP stream → Decoding (H.264) → Dewarping → Sub-stream - 1/2/3/4
Sub-stream-1 -> AI model inference (object detection) -> Object tracker -> Analytics
Sub-stream-2 -> AI model inference (object detection) -> Object tracker -> Analytics
Sub-stream-3 -> AI model inference (object detection) -> Object tracker -> Analytics
Sub-stream-4 -> AI model inference (object detection) -> Object tracker -> Analytics