Dear Sir,
VPIFCaptureFBConfig(SOC_VPIF_0_REGS, VPIF_CHANNEL_0, VPIF_TOP_FIELD,VPIF_LUMA, (unsigned int) buff_luma[0], CAPTURE_IMAGE_WIDTH*2);
In YCbCr there is one luma and 2 chroma (red and blue). Why in the face detection demo code only one chroma buffer is used ??
Why offset is CAPTURE_IMAGE_WIDTH*2?
With regards,
AS