Running the sample deepstream-test1-usbcam app

• Hardware Platform Jetson Nano
• DeepStream Version 6.0.1
• JetPack Version 4.6.1
• TensorRT Version 8.2

After opening the terminal inside the deepstream-test1-usbcam folder under the deepstream_python_apps folder, how do I run this (deepstream_test_1_usb.py) sample application? I would be using a display unit and don’t have the Jetson Nano configured in the headless mode. I’ve connected a usb camera to a usb port on my Jetson nano.

There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks

Just like this. x is your camera device node number.

 python3 deepstream_test_1_usb.py /dev/videox

You can get more information about v4l2 from FAQ

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.