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.
We cannot adhere to triton inference server or nvinfer plugin related inference.
We are doing our own way of inference. We need cupy direct extraction of surfaces from deepstream pipeline. Please help us. We are still waiting for an answer or new direction.
I am working for a client who sells video analytics solutions, and we are trying to do improvement in surveillance performance. We have sophisticated state of the art anomaly detection custom application. We are trying to scale up the system using nvidia’s capabilities.
There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks