Hi,
I am trying to get face detection working on a TMSDM365ZCE30F board running the Arago Project. I have enabled the face detect module (gAVSERVER_UI_config.fdEnable = TRUE; in avServerMain.c); but when I run the code; it says:
*** WARNING FD: exceeded max input size for FD, disabling FD (current input 720x576)!!!"
Can someone please help me as in what files to change to make the input to the fd thread 320X192? Right now, changing
reszPrm.inWidth = OSA_align(320, 32);
reszPrm.inHeight = OSA_align(192, 32);
in videoResizeThr.c cause only a corrupt image (whole screen green).
Thanks!