I need help with an application where video input can change resolution.
My application is based on the capture encode demo.
My problem is that the video input can change resolutions (e.g. from 1920x1080@60 to 1280x720@60).
I need to be able to the resolution the capture handles quickly.
I'm currently doing this by tearing down the entire omx chain and then rebuilding it from scratch.
It works fine this way but is very slow.
Is there a better way to handle this?