That’s great idea but my detectnet.py doesn’t work with rtsp.
with c…<detectnet --input-codec=h264 “rtsp://192.168.100.100/cam/realmonitor?channel=1&subtype=1”> I am able to see the video window…but with <./detectnet.py --input-codec=h264 “rtsp://192.168.100.100/cam/realmonitor?channel=1&subtype=1”> I am not able to see the video window.
If you edit jetson-inference/python/examples/detectNet.py, then re-run these commands so that the updated script is copied to the correct install locations:
# after editing jetson-inference/python/examples/detectNet.py
$ cd jetson-inference/build
$ cmake ../
$ make
$ sudo make install