Hi :
I using dm365 + mt9d131for ipcamera,Sensor output yuv422 data,
datapath register: SRC_FMT = 3
I set Resize to BYPASS mode in continuous,there is yuv422 data ouput from Resize that i saved as file and checked it. H264 codec don't support yuv422,so i must convert yuv422 to yuv420sp through Resize .But when i set Resize normal mode in continuous,there is nothing output from Resize .and some related register value:
RSZ A EN = 0x0
RSZ A MODE = 0x0
RSZ A 420 = 0x0
I set RSZ A EN = 0x1,RSZ A 420 = 0x3 in PREVIEW Init after RESIZE init in normal mode,But these register are auto reseted somewhere.
RSZ A EN = 0x0
RSZ A MODE = 0x0
RSZ A 420 = 0x0
1,How can i convert yuv422 to yuv420sp in BYPASS mode with continuous?
2,why nothing output from Resize with normal mode(not BYPASS) and when are these register reseted.
Any reply will be respected,Thanks!
Best Regards
aGuang