網頁

2022年1月22日 星期六

2022年1月14日 星期五

deepstream with python

參考 DeepStream Python Apps
$ git clone https://github.com/NVIDIA-AI-IOT/deepstream_python_apps.git
$ cd deepstream_python_apps/bindings/
$ git submodule update --init
$ cd ../3rdparty/gst-python/
$ ./autogen.sh
$ make
$ make  install
$ cd  ../../bindings/
$ mkdir build
$ cd build
$ cmake ..
$ make
$ cd ..
$ mkdir export_pyds
$ cp build/pyds*.whl export_pyds
$ pip3 install export_pyds/pyds-1.1.0-py3-none-linux_x86_64.whl