Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU)
GPU, RTX 2080 Ti
• DeepStream Version
6.2
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
525.60.13, CUDA 12.0
• Issue Type( questions, new requirements, bugs)
Bug?
• 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)
I’ve built a container using Dockerfile:
FROM nvcr.io/nvidia/deepstream:6.2-devel
# Extra libaries need to be installed manually as of 6.1.1
RUN /opt/nvidia/deepstream/deepstream-6.2/user_additional_install.sh
RUN /opt/nvidia/deepstream/deepstream-6.2/user_deepstream_python_apps_install.sh -v 1.1.6
[...]
Just like I would’ve done with prior versions. But somehow I’m missing a certain amount of deepstream elements?
root@a4df0b27390e:~# gst-inspect-1.0 nvinfer
No such element or plugin 'nvinfer'
root@a4df0b27390e:~# gst-inspect-1.0 nvstreammux
No such element or plugin 'nvstreammux'
root@a4df0b27390e:~# gst-inspect-1.0 | grep nvdsgst
nvdsgst_eglglessink: nveglglessink: EGL/GLES vout Sink
nvdsgst_metautils: nvdsmetainsert: nvdsmetainsert
nvdsgst_metautils: nvdsmetaextract: nvdsmetaextract
nvdsgst_ofvisual: nvofvisual: nvofvisual
nvdsgst_of: nvof: nvof
nvdsgst_text_to_speech: nvds_text_to_speech: DS Text To Speech Plugin for Conversational AI use cases
nvdsgst_ucx: nvdsucxserversink: UCX server sink
nvdsgst_ucx: nvdsucxclientsrc: UCX client source
nvdsgst_ucx: nvdsucxclientsink: UCX client sink
nvdsgst_ucx: nvdsucxserversrc: UCX server source
nvdsgst_audiotemplate: nvdsaudiotemplate: DS AUDIO template Plugin for Transform IP use-cases
nvdsgst_msgconv: nvmsgconv: Message Converter
nvdsgst_videotemplate: nvdsvideotemplate: NvDsVideoTemplate plugin for Transform/In-Place use-cases
nvdsgst_postprocess: nvdspostprocess: NvDsPostProcess plugin for Transform/In-Place use-cases
nvdsgst_3dfilter: nvds3dfilter: DS 3D filter custom plugin
nvdsgst_dsanalytics: nvdsanalytics: DsAnalytics plugin
nvdsgst_msgbroker: nvmsgbroker: Message Broker
nvdsgst_speech: nvdsasr: DS ASR Plugin for speech use-cases
nvdsgst_segvisual: nvsegvisual: nvsegvisual
nvdsgst_metamux: nvdsmetamux: meta muxer
nvdsgst_inferaudio: nvinferaudio: NvInfer Audio plugin
nvdsgst_jpegdec: nvjpegdec: JPEG image decoder
nvdsgst_xfer: nvdsxfer: NvDsXfer plugin
nvdsgst_nvmultiurisrcbin: nvmultiurisrcbin: NvMultiUri Bin
nvdsgst_logger: nvdslogger: Nvdslogger
nvdsgst_videotestsrc: nvvideotestsrc: NVIDIA GPU Video Test Source
nvdsgst_osd: nvdsosd: NvDsOsd plugin
Where did they all go? Isn’t this container supposed to be an “all-in-one” solution?