I am working on a project involving DeepStream’s deepstream_imagedata-multistream_cupy application, which builds on top of the deepstream-imagedata-multistream sample. This application allows for GPU-based image buffer access using CuPy arrays and supports multistream sources with uridecodebin. However, the current version of the code is supported only on x86 architectures, and I am trying to get it working on NVIDIA Jetson Orin.
Is there any alternative code or approach that can achieve similar functionality on Jetson Orin or other Jetson devices? Specifically, I am looking for:
Accessing image data from GPU in multistream pipelines using CuPy (or an alternative).
Modifying the image buffers in-place with changes reflected downstream.
Handling multiple RTSP or file sources with uridecodebin.
If anyone has managed to port this or knows of a workaround to make it work on Jetson Orin, I’d appreciate any pointers or code examples. Thanks in advance!
I need to access cupy based buffer in GPU, so that I can run inferences asynchronous inference operations.
I dont need triton inference server, since we are developing more sophisticated system, which triton wont support. All other points are not important. The main reason is performance gain.