Please provide complete information as applicable to your setup.
**• Hardware Platform (Jetson / GPU) jetson agx xavier
**• DeepStream Version 5.0
**• JetPack Version (valid for Jetson only) 4.4
make and run gst-dsexample.cpp successfully. Just wonder if there is a way to develop gst-dsexample like plugin in python? where is the resource. (I am aware of python binding and did run the deepstream_test_3.py successfully. but just not sure we can use the same binding to develop the plugin directly)
The python gst plugin can be developed based on gst python binding, but it can only be used in python enviroment and there are some lilimtations with this method.
There are some guys who have provided their experiences: