Ask Your Question

Ned's profile - activity

2013-09-11 04:21:03 -0600 received badge  Editor (source)
2013-09-11 04:18:33 -0600 asked a question User defined buffer for frame acquisition from Cameras/Video

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.