Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU)
• DeepStream Version
6.2
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
I want to connect the nvdosd to nvv4l2h264enc , but shows and error
Elements could not be linked. Exiting.
I have checked the sink and src ok nvv4l2h264enc and nvosd using gst-inspect.
It shows the src of the nvosd is
SRC template: ‘src’
Availability: Always
Capabilities:
video/x-raw(memory:NVMM)
format: { (string)NV12, (string)RGBA }
width: [ 1, 2147483647 ]
height: [ 1, 2147483647 ]
framerate: [ 0/1, 2147483647/1 ]
and the nvv4l2h264enc
SINK template: ‘sink’
Availability: Always
Capabilities:
video/x-raw(memory:NVMM)
width: [ 1, 2147483647 ]
height: [ 1, 2147483647 ]
format: { (string)I420, (string)NV12, (string)P010_10LE, (string)NV24 }
framerate: [ 0/1, 2147483647/1 ]
The nvdsosd src caps can work with NV12 and RGBA and the nvv4l2h264enc sink can NV12 as well beside many format. But they cannot be linked. However if I add the nvvideoconvert between them it works.
why it worked if I add the nvvideoconvert. although it has the same caps as the nvv4l2h264enc