User defined buffer for frame acquisition from Cameras/Video

asked 2013-09-11 04:18:33 -0600

Ned gravatar image

updated 2013-09-11 04:21:03 -0600

OpenCV APIs for C/C++ which retrieves frames from camera or videos, perform their own memory allocation and return pointer to the buffered data. Is it possible to make these APIs store data in buffers allocated by the user? The reason being to avoid superfluous copying to this location which then consumes time. The reason for the specific buffers is its use with DMA which needs physical address to start transfers.

edit retag flag offensive close merge delete