Hello,
I have a question regarding memory allocation on CUDA. Receiving an image from CPU calling dwImageStreamer_receiveCUDA(&frameCUDARaw, 10000, m_streamerInput2CUDA) function it does not seem to be necessary to allocate memory for dwImageCuda frameCUDARaw with cudaMallocPitch(). I’m just wondering why? When is it necessary to do memory allocation for dwImageCUDA?
Thanks!
Best,
Alexey