hi,
in my application, i need to get two different resolutions capture frames, by resizer. And i use the single shut mode. But always, when my applecation
exit without cleanup the encoder handle, there will be a edmak error, if my appletion restart. And in this case, if i use 'reboot' command to restart the OS and run my
applition again, the resize will be deadlocked.
and i want to know if i can do something when i meet the edmak error or resize deadlocked case? Just like reset the resize or edma module, or something else,
which power off my device.
and the second question is that, the dmai api seems not allow to do resize, as the input data is the 420 format. and if i bypass the dmai-api, the driver support the
420 as the input format, or i need to adjust the driver.