deepstream_python_apps
deepstream_python_apps copied to clipboard
Fix: use <pybind11/pybind11.h> includes for pybind11 >=2.x
This fixes build errors when compiling pyds with newer pybind11 versions. Changed includes from <pybind11.h> to <pybind11/pybind11.h>. Tested on Jetson (DeepStream 7.1) – build succeeded and pyds works with GStreamer 1.20.3.