Greetings;
Now I'm working on a 5M pixel camera project. The 5M raw data size is 2592*1944 . But the image pipe input is limited to 2176 pixels per horizontal line in the dm365VPFE and I don't want to lose any information of the raw data. So that's the problem.
As the vpfe doc mentioned, the line width decimator can be used but some information will lost. I want to divide the raw data into 2 parts and pass them to the vpfe individually. But the interface to the raw data is not provided directly in the v4l2 capture driver. Is anybody have some samples about that or have better ideas?
Thanks!
Best regards;