Hi all:
As we know "wis-streamer" will call GetAVData() to get frame from AV_SERVER, and in "wis-streamer" will use memory copy the frame data to it own buffer, now i want to change to use DMA copy solution in "wis-streamer".
AV_SERVER will call API in drv_dma.h to do DMA copy internal, but when I try to call these API in "wis-streamer", the camera crashed, anyone who can help on this?
Could we use DMA copy solution in other process(not in AV_SERVER)?
Thanks.