Set sensor mode by argus library

We have multiple sensor configrations with same resolution(eg different window position) and want to switch it in runtime.

Is there a way to specify sensor mode directly by argus library?

Thanks !

Should be able do it by SetSensorMode() API.
Also you can reference to argus_camera to implement it.

https://docs.nvidia.com/jetson/archives/l4t-multimedia-archived/l4t-multimedia-3261/classArgus_1_1ISourceSettings.html#a50b962954ae6fcc9d024999390383071

Thank you!

We can fetch sensor mode list from camera properties interface.
Then how can I determine which sensor mode is my desired?
There is no mode ID provided in ISensorMode and other settings maybe same.

Please check the argus_camera GUI for the sensor mode selected and check the source for your desired.

Thanks for your help!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.