Jetson xavier, docker nvidia:l4t-pytorch image, usb_camera, trt_pose

Hi,

Could you launch the container with the following comands:

$ export DISPLAY=:0
$ xhost +
$ sudo docker run -it --rm --net=host --runtime nvidia -e DISPLAY=$DISPLAY -v /tmp/.X11-unix/:/tmp/.X11-unix nvcr.io/nvidia/l4t-pytorch:r32.4.4-pth1.6-py3

And run the gst-launch-1.0 with the instruction shared below first?

Thanks.