MATLAB: How use the function “getdata” (imaqtool) to transfer data directly on GPU

gpuimage acquisitionMATLAB

I am currently using the function "getdata" from the imaqtool library to get my camera data, and make some postprocessing on my GPU.
Hence, I would like to get the data directly transfer from the buffer CPU memory to my GPU memory.
It is my understanding that "getdata" move data from CPU memory (buffer) to CPU memory. Hence, it should be trivial to transfer these data to my GPU directly.
However, I cannot find anything about it.
Any help is appreciated.

Best Answer

This is simply not possible, right now, with MATLAB R2019a.