Please provide complete information as applicable to your setup.
• Hardware Platform (Ubuntu,x86 / GPU)
• DeepStream Version 7.0
• TensorRT Version 10.2.0.19
• NVIDIA GPU Driver Version (valid for GPU only) 555.42.06
**• Issue Type( questions, new requirements, bugs)**Question
I am new to Nvidia Deeps stream and gstream in general. and I am trying to use it to process a video feed from a rtsp server. Right now i want to develop a gst plugin that can undistort a frame using cv2::remap function as i have these maps already stored on the disk. I tried to use the dsexample to setup opencv for this purpose. I am getting no where. I am not sure where to make the changes (I tried to make changes in the transform_ip function but it has absolutley no effect on the output stream. Can you point me to the right direction where i can learn to modify the plugin to implement my own cv2 filters.
That will be of great help