Hi everyone:
i want to implement a common funtion using dm365, which is encoding 720p h264 and resizing to 640X480 for lcd or monitor
simultaneously.Because h264 encoder need 420psemi and display need 422,i have to use resizer A to get 420psemi and use
resizer B to get 422 after geting raw data from mt9p031 in single shot mode(fly mode may be not adaptable for the
functions).But i could not find any example about controlling two resizer(A and B) simultaneously in dvsdk dmai
examples.Anyone could give me some examples for resizer A/B or some advices for implementing the functions using another way?
thank you