Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU)
GPU A1000
• DeepStream Version
6.1
• TensorRT Version
Any
• NVIDIA GPU Driver Version (valid for GPU only)
517, cuda 11.7
• Issue Type( questions, new requirements, bugs)
question/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)
-# install docker + wsl2 + nvidia-container-toolkit on Win11
docker run -ti --gpus all nvcr.io/nvidia/deepstream:6.1-devel bash
deepstream-app -c *any sample*, e.g. config_infer_primary.txt
>>> root@22b1d7a9ae9c:/opt/nvidia/deepstream/deepstream-6.1/samples/configs/deepstream-app# deepstream-app -c config_infer_primary.txt
** ERROR: <main:716>: Failed to set pipeline to PAUSED
Quitting
ERROR from src_bin_muxer: Output width not set
Debug info: gstnvstreammux.c(2794): gst_nvstreammux_change_state (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstNvStreamMux:src_bin_muxer
App run failed
I found this issue, is it still the case? Is there a timeline when WSL2 will be supported? I can't make WSL2 run with any deepstream-app sample - #3 by tiago.asp.net
Cheers,
Dennis