Hi,
Does the face detect work address (FDIF_WKADDR) buffer need to be contiguous with the picture address buffer (FDIF_PICADDR)? In other words, can we allocate the work address buffer once and re-use it over and over?
Thanks,
Randy
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
Does the face detect work address (FDIF_WKADDR) buffer need to be contiguous with the picture address buffer (FDIF_PICADDR)? In other words, can we allocate the work address buffer once and re-use it over and over?
Thanks,
Randy
Randy,
I saw this was still pending. I looked through the users guide and although the picture shows the two buffers as contiguous, I saw nothing in the text of the document that implies they must be contiguous. The fact that there are two separate address registers also indicates there is no relationship between the two. I suspect you would have no problem fixing your workarea buffer in one place separate from your frame buffers.