Dynamic Camera Resolution Change with Tegra Multimedia API

Hello all,

I am currently working on changing the resolutions of cameras on the fly. NVIDIA Tegra Multimedia API has an example called argus_camera that lists all the available camera resolutions and lets user to test different resolutions without entering different gstreamer pipelines again and again. I know Tegra MM is for the ones who doesn’t want to use Gstreamer directly.

Is there any example that shows how to change camera resolution on the fly using Tegra Multimedia API or Gstreamer with Python?

Thanks in advance.

As you saw the argus_camera are how to use argus API for resolution change.
Sorry to tell current there’s no support the gstreamer or python yet.

Thanks for the response,

I will try to implement the solution that is already applied within argus_camera.