Now I need to use the jpeg codec on dm355 to get a full resolution jpeg
file from micron MT9P031(5M pixels).
As you know, the dm355 ipipe can only process 1344 per line once,so I must split the raw
image to get serveral
blocks whose line count is below 1344 lines,but I can't get it work:I can't get a
correct jpeg file from my operation.
So I want to know if I want to ipipe the split block on DM355,which
registers should be updated after each
operation?Is there some example code to do it?
Thank you!