Hi,
Trying to integrate ArrayFire with Argus framework instead of GStreamer plugin.
We are not able to process the frames acquired using the CUdeviceptr (cuda consumer) in ArrayFire. Please suggest if we have any options to do zerocopy from Argus to ArrayFire.
Thanks,
Krishna Kumar.G
Could you reference the argus sample code cudaHistogram?
Hi,
Verified the cudaHistogram sample. Also have taken cudaBayerDemosaic sample as a base for display.
Not facing issues when using CUDA Runtime api alone. I am facing issues only when using CUDA Driver api.
I guess the issue might be caused due to CUcontext.
Is there any part which i need to concentrate more in cudaHistogram sample in order to integrate with arrayfire ?
Thanks,
Krishna Kumar.G