Deepstream Python

Can I use python to write a plugin similar to gst-dsexample?

• Hardware Platform (Jetson / GPU)
• DeepStream Version5.0
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)

It is possible to write gstreamer plugin with python in theory, but there are a lot CUDA related interfaces used in dsexample which have no python bindings. So it is not possible to write python version dsexample.

https://mathieuduponchelle.github.io/2018-02-15-Python-Elements-2.html?gi-language=undefined