Dear Sir
In the Face detection Spec 2.2
"This module supports face detection within a region of interest in QVGA image as specified by the user.
Settings for the region of interest are accomplished by the FD_STARTX, FD_STARTY, FD_SIZEX and
FD_SIZEY registers."
but when I set the ROI, it seems that it is not working? it seems that the face detection module always use the whole frame as detection source.??
i try to hard code the FD_STARTX, FD_STARTY, FD_SIZEX and FD_SIZEY to a small region(0,0,25,25), and the result is the same??