Frame from IP camera thinning using OpenCV and GStreamer

Hi,
On Jetson platforms, you would need to run gstreamer + OpenCV like:

This is not an optimal solution because there is memory copy in

nvvidconv ! video/x-raw, format=(string)BGRx ! videoconvert ! video/x-raw,format=BGR

We would suggest use pure gstreamer or jetson_multimedia_api. If your usecase is deep learning inferencing, you can try Deepstream SDK.