We’ve got a Ximea camera and the GPUDirect C++ demo code works for us on A2000 under Ubuntu 24.04 x64.
I’m trying to close the loop by using this camera as a GPUDirect input to a Holoscan pipeline. (Ideally in Python, but C/C++ is ok too). It looks like all of the Holoscan examples are using video files rather than camera streams with GPUDirect RDMA.
Could someone point me to an example of streaming directly from a camera to the holoscan SDK via GPUDirect?
Thanks.