Dear Sir,
I am working on C6748 LCDK and my implementation is consuming a lot of time in processing. So to reduce processing time I need to decrease resolution of image.
Can we set the resolution of the processing image of face detection demo code to less than 640 x 480 ??
What are the possible resolutions?
For PAL video demo code have this aspect ratio as below.
#define CAPTURE_IMAGE_WIDTH (720)
#define CAPTURE_IMAGE_HEIGHT (576)
#define DISPLAY_IMAGE_WIDTH (640)
#define DISPLAY_IMAGE_HEIGHT (480)
With regards,
Gourisankar Samal