I have a GigE camera. I am using Zynq board. Now using linux programming I program the PS part of Zynq processor and capture the video and Now I have imagebuffer variable which has the captured Image data. I want to take the data from PS to PL part using the AXI interface I am probably going to use the AXI_VDMA interconnect, the problem is where in the memory the Imagebuffer is stored so that I can bring it to the PL part in Zynq.
Here is the image of Zynq processor.