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.

how to change resolution of monitor to 160x120 to run C6748 LCDK face detection demo?

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