Hi
I am using a sensor (dm6437 with mt9p031) to capture raw image (RGB 1280x800), and I am doing the preview to converter RGB2YCbCr (YCbCr 1280x800 (without driver)), but I need the image YCbCr 1280x480.
I configured
PRV_PCR = 0x040A0004
WADD_OFFSET = 0x500
To do preview and resize in one time.
And configured
RSZ_CNT = 0x006A500 // hrsz = 0x100 vrsz = 0x1A9
OUT_SIZE = 0x02800500
IN_SIZE = 0x03200500
But I cant configure the coefficients!
Someone can help me? I read the sprue38f and I cant understand the equations….
Did I set the registers correct? And how to work s10q8?
Thanks