deepstream_python_apps icon indicating copy to clipboard operation
deepstream_python_apps copied to clipboard

Fix: use <pybind11/pybind11.h> includes for pybind11 >=2.x

Open flyer1234321 opened this issue 5 months ago • 1 comments

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.

flyer1234321 avatar Sep 14 '25 09:09 flyer1234321