Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU)
GPU, A6000, RTX2080 Ti, RTX8000 • DeepStream Version
6.4 • JetPack Version (valid for Jetson only) • TensorRT Version
8.6.1 • NVIDIA GPU Driver Version (valid for GPU only)
545.23.08 • Issue Type( questions, new requirements, bugs) • 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)
The second run of deepstream-test1 experiences a hang-up during the source creation phase.
$ cd /opt/nvidia/deepstream/deepstream-6.4/sources/deepstream_python_apps/apps/deepstream-test1; python3 deepstream_test_1.py /opt/nvidia/deepstream/deepstream-6.4/samples/streams/sample_1080p_h264.mp4
Creating Pipeline
Creating Source
Creating H264Parser
Creating Decoder
Creating EGLSink
Playing file /opt/nvidia/deepstream/deepstream-6.4/samples/streams/sample_1080p_h264.mp4
Adding elements to Pipeline
Linking elements in the Pipeline
/opt/nvidia/deepstream/deepstream-6.4/sources/deepstream_python_apps/apps/deepstream-test1/deepstream_test_1.py:220: DeprecationWarning: Gst.Element.get_request_pad is deprecated
sinkpad = streammux.get_request_pad(“sink_0”)
Starting pipeline
(omitted…)
streaming stopped, reason not-negotiated (-4)
nvstreammux: Successfully handled EOS for source_id=0
(DONE)
run the sample app again(deepstream-test1).
$ cd /opt/nvidia/deepstream/deepstream-6.4/sources/deepstream_python_apps/apps/deepstream-test1; python3 deepstream_test_1.py /opt/nvidia/deepstream/deepstream-6.4/samples/streams/sample_1080p_h264.mp4
disabling the registry with GST_REGISTRY_UPDATE=no
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
It was okay with the latest cpu(Intel 12th Gen).
It seems the older cpus(Intel 8th, 10th) cannot support some instructions used in deepstream 6.4
Could you use the deepstream:6.4-triton-multiarch docker and the latest python demo code? You’d better use a matching version between the demo code and DeepStream.
-- Build files have been written to: /opt/nvidia/deepstream/deepstream/sources/deepstream_python_apps/bindings/build
[ 6%] Building CXX object CMakeFiles/pyds.dir/src/bindgstnvdsmeta.cpp.o
[ 12%] Building CXX object CMakeFiles/pyds.dir/src/utils.cpp.o
[ 18%] Building CXX object CMakeFiles/pyds.dir/src/pyds.cpp.o
[ 25%] Building CXX object CMakeFiles/pyds.dir/src/bindmeta360.cpp.o
[ 31%] Building CXX object CMakeFiles/pyds.dir/src/bindfunctions.cpp.o
[ 37%] Building CXX object CMakeFiles/pyds.dir/src/bindanalyticsmeta.cpp.o
[ 43%] Building CXX object CMakeFiles/pyds.dir/src/bindnvbufsurface.cpp.o
[ 56%] Building CXX object CMakeFiles/pyds.dir/src/bindnvosd.cpp.o
[ 56%] Building CXX object CMakeFiles/pyds.dir/src/bindnvdsinfer.cpp.o
[ 62%] Building CXX object CMakeFiles/pyds.dir/src/bindnvdsmeta.cpp.o
[ 75%] Building CXX object CMakeFiles/pyds.dir/src/bindschema.cpp.o
[ 75%] Building CXX object CMakeFiles/pyds.dir/src/bindtrackermeta.cpp.o
[ 81%] Building CXX object CMakeFiles/pyds.dir/src/bindopticalflow.cpp.o
[ 87%] Building CXX object CMakeFiles/pyds.dir/src/custom_binding/bindcustom.cpp.o
In file included from /opt/nvidia/deepstream/deepstream/sources/deepstream_python_apps/bindings/src/utils.cpp:26:
/opt/nvidia/deepstream/deepstream/sources/includes/gstnvdsmeta.h:43:10: fatal error: gst/video/video.h: No such file or directory
43 | #include <gst/video/video.h>
| ^~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/pyds.dir/build.make:90: CMakeFiles/pyds.dir/src/utils.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from /opt/nvidia/deepstream/deepstream/sources/deepstream_python_apps/bindings/include/pyds.hpp:29,
from /opt/nvidia/deepstream/deepstream/sources/deepstream_python_apps/bindings/include/bind/bindmeta360.hpp:22,
from /opt/nvidia/deepstream/deepstream/sources/deepstream_python_apps/bindings/src/bindmeta360.cpp:20:
/opt/nvidia/deepstream/deepstream/sources/includes/gstnvdsmeta.h:43:10: fatal error: gst/video/video.h: No such file or directory
43 | #include <gst/video/video.h>
| ^~~~~~~~~~~~~~~~~~~
compilation terminated.
In file included from /opt/nvidia/deepstream/deepstream/sources/deepstream_python_apps/bindings/include/pyds.hpp:29,
from /opt/nvidia/deepstream/deepstream/sources/deepstream_python_apps/bindings/include/bind/bindnvbufsurface.hpp:22,
from /opt/nvidia/deepstream/deepstream/sources/deepstream_python_apps/bindings/src/bindnvbufsurface.cpp:20:
/opt/nvidia/deepstream/deepstream/sources/includes/gstnvdsmeta.h:43:10: fatal error: gst/video/video.h: No such file or directory
43 | #include <gst/video/video.h>
| ^~~~~~~~~~~~~~~~~~~
compilation terminated.
In file included from /opt/nvidia/deepstream/deepstream/sources/deepstream_python_apps/bindings/include/pyds.hpp:29,
from /opt/nvidia/deepstream/deepstream/sources/deepstream_python_apps/bindings/include/bind/bindnvdsinfer.hpp:22,
from /opt/nvidia/deepstream/deepstream/sources/deepstream_python_apps/bindings/src/bindnvdsinfer.cpp:20:
/opt/nvidia/deepstream/deepstream/sources/includes/gstnvdsmeta.h:43:10: fatal error: gst/video/video.h: No such file or directory
43 | #include <gst/video/video.h>
| ^~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/pyds.dir/build.make:146: CMakeFiles/pyds.dir/src/bindmeta360.cpp.o] Error 1
In file included from /opt/nvidia/deepstream/deepstream/sources/deepstream_python_apps/bindings/include/pyds.hpp:29,
from /opt/nvidia/deepstream/deepstream/sources/deepstream_python_apps/bindings/include/bind/bindanalyticsmeta.hpp:23,
from /opt/nvidia/deepstream/deepstream/sources/deepstream_python_apps/bindings/src/pyds.cpp:19:
/opt/nvidia/deepstream/deepstream/sources/includes/gstnvdsmeta.h:43:10: fatal error: gst/video/video.h: No such file or directory
43 | #include <gst/video/video.h>
| ^~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/pyds.dir/build.make:160: CMakeFiles/pyds.dir/src/bindnvbufsurface.cpp.o] Error 1
make[2]: *** [CMakeFiles/pyds.dir/build.make:174: CMakeFiles/pyds.dir/src/bindnvdsinfer.cpp.o] Error 1
make[2]: *** [CMakeFiles/pyds.dir/build.make:76: CMakeFiles/pyds.dir/src/pyds.cpp.o] Error 1
In file included from /opt/nvidia/deepstream/deepstream/sources/deepstream_python_apps/bindings/include/pyds.hpp:29,
from /opt/nvidia/deepstream/deepstream/sources/deepstream_python_apps/bindings/include/bind/bindanalyticsmeta.hpp:23,
from /opt/nvidia/deepstream/deepstream/sources/deepstream_python_apps/bindings/src/bindanalyticsmeta.cpp:21:
/opt/nvidia/deepstream/deepstream/sources/includes/gstnvdsmeta.h:43:10: fatal error: gst/video/video.h: No such file or directory
43 | #include <gst/video/video.h>
| ^~~~~~~~~~~~~~~~~~~
compilation terminated.
In file included from /opt/nvidia/deepstream/deepstream/sources/deepstream_python_apps/bindings/include/pyds.hpp:29,
from /opt/nvidia/deepstream/deepstream/sources/deepstream_python_apps/bindings/src/custom_binding/include/bindcustom.hpp:20,
from /opt/nvidia/deepstream/deepstream/sources/deepstream_python_apps/bindings/src/custom_binding/bindcustom.cpp:21:
/opt/nvidia/deepstream/deepstream/sources/includes/gstnvdsmeta.h:43:10: fatal error: gst/video/video.h: No such file or directory
43 | #include <gst/video/video.h>
| ^~~~~~~~~~~~~~~~~~~
compilation terminated.
In file included from /opt/nvidia/deepstream/deepstream/sources/deepstream_python_apps/bindings/include/utils.hpp:30,
from /opt/nvidia/deepstream/deepstream/sources/deepstream_python_apps/bindings/src/bindnvosd.cpp:21:
/opt/nvidia/deepstream/deepstream/sources/includes/gstnvdsmeta.h:43:10: fatal error: gst/video/video.h: No such file or directory
43 | #include <gst/video/video.h>
| ^~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/pyds.dir/build.make:104: CMakeFiles/pyds.dir/src/bindanalyticsmeta.cpp.o] Error 1
make[2]: *** [CMakeFiles/pyds.dir/build.make:258: CMakeFiles/pyds.dir/src/custom_binding/bindcustom.cpp.o] Error 1
make[2]: *** [CMakeFiles/pyds.dir/build.make:202: CMakeFiles/pyds.dir/src/bindnvosd.cpp.o] Error 1
In file included from /opt/nvidia/deepstream/deepstream/sources/deepstream_python_apps/bindings/include/utils.hpp:30,
from /opt/nvidia/deepstream/deepstream/sources/deepstream_python_apps/bindings/include/bind/bindfunctions.hpp:26,
from /opt/nvidia/deepstream/deepstream/sources/deepstream_python_apps/bindings/src/bindfunctions.cpp:19:
/opt/nvidia/deepstream/deepstream/sources/includes/gstnvdsmeta.h:43:10: fatal error: gst/video/video.h: No such file or directory
43 | #include <gst/video/video.h>
| ^~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/pyds.dir/build.make:118: CMakeFiles/pyds.dir/src/bindfunctions.cpp.o] Error 1
In file included from /opt/nvidia/deepstream/deepstream/sources/deepstream_python_apps/bindings/include/pyds.hpp:29,
from /opt/nvidia/deepstream/deepstream/sources/deepstream_python_apps/bindings/include/bind/bindopticalflow.hpp:22,
from /opt/nvidia/deepstream/deepstream/sources/deepstream_python_apps/bindings/src/bindopticalflow.cpp:21:
/opt/nvidia/deepstream/deepstream/sources/includes/gstnvdsmeta.h:43:10: fatal error: gst/video/video.h: No such file or directory
43 | #include <gst/video/video.h>
| ^~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/pyds.dir/build.make:216: CMakeFiles/pyds.dir/src/bindopticalflow.cpp.o] Error 1
In file included from /opt/nvidia/deepstream/deepstream/sources/deepstream_python_apps/bindings/include/pyds.hpp:29,
from /opt/nvidia/deepstream/deepstream/sources/deepstream_python_apps/bindings/include/bind/bindtrackermeta.hpp:22,
from /opt/nvidia/deepstream/deepstream/sources/deepstream_python_apps/bindings/src/bindtrackermeta.cpp:21:
/opt/nvidia/deepstream/deepstream/sources/includes/gstnvdsmeta.h:43:10: fatal error: gst/video/video.h: No such file or directory
43 | #include <gst/video/video.h>
| ^~~~~~~~~~~~~~~~~~~
compilation terminated.
In file included from /opt/nvidia/deepstream/deepstream/sources/deepstream_python_apps/bindings/include/pyds.hpp:29,
from /opt/nvidia/deepstream/deepstream/sources/deepstream_python_apps/bindings/include/bind/bindschema.hpp:23,
from /opt/nvidia/deepstream/deepstream/sources/deepstream_python_apps/bindings/src/bindschema.cpp:21:
/opt/nvidia/deepstream/deepstream/sources/includes/gstnvdsmeta.h:43:10: fatal error: gst/video/video.h: No such file or directory
43 | #include <gst/video/video.h>
| ^~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/pyds.dir/build.make:244: CMakeFiles/pyds.dir/src/bindtrackermeta.cpp.o] Error 1
In file included from /opt/nvidia/deepstream/deepstream/sources/deepstream_python_apps/bindings/include/pyds.hpp:29,
from /opt/nvidia/deepstream/deepstream/sources/deepstream_python_apps/bindings/include/bind/bindnvdsmeta.hpp:22,
from /opt/nvidia/deepstream/deepstream/sources/deepstream_python_apps/bindings/src/bindnvdsmeta.cpp:21:
/opt/nvidia/deepstream/deepstream/sources/includes/gstnvdsmeta.h:43:10: fatal error: gst/video/video.h: No such file or directory
43 | #include <gst/video/video.h>
| ^~~~~~~~~~~~~~~~~~~
compilation terminated.
In file included from /opt/nvidia/deepstream/deepstream/sources/deepstream_python_apps/bindings/include/pyds.hpp:29,
from /opt/nvidia/deepstream/deepstream/sources/deepstream_python_apps/bindings/include/bind/bindgstnvdsmeta.hpp:20,
from /opt/nvidia/deepstream/deepstream/sources/deepstream_python_apps/bindings/src/bindgstnvdsmeta.cpp:21:
/opt/nvidia/deepstream/deepstream/sources/includes/gstnvdsmeta.h:43:10: fatal error: gst/video/video.h: No such file or directory
43 | #include <gst/video/video.h>
| ^~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/pyds.dir/build.make:230: CMakeFiles/pyds.dir/src/bindschema.cpp.o] Error 1
make[2]: *** [CMakeFiles/pyds.dir/build.make:188: CMakeFiles/pyds.dir/src/bindnvdsmeta.cpp.o] Error 1
make[2]: *** [CMakeFiles/pyds.dir/build.make:132: CMakeFiles/pyds.dir/src/bindgstnvdsmeta.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:85: CMakeFiles/pyds.dir/all] Error 2
make: *** [Makefile:91: all] Error 2
###########################
Installing built PyDS wheel
###########################
WARNING: Requirement './pyds-1*_x86_64.whl' looks like a filename, but the file does not exist
ERROR: pyds-1*_x86_64.whl is not a valid wheel filename.