Is there a way to switch the DSS config between 720p and 1080p, after the display has come up and based on the input from the configuration file used for the demo application?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Is there a way to switch the DSS config between 720p and 1080p, after the display has come up and based on the input from the configuration file used for the demo application?
Yes, the DSS parameters could be configured after the display has come up.
Please find the below patch, with changes in single cam demo application. Based on the value of the variable "is_1080p" from the config file, the DSS output resolution is modified to either 720p ( is_1080p = 0) or 1080p (is_1080p = 1).
In the application, currently the settings are done for HDMI display. Please make the changes accordingly for eDP display.
This patch is made on SDK 8.1 and has to be applied in PSDKRA/vision_apps/ folder.
/cfs-file/__key/communityserver-discussions-components-files/791/Switch_5F00_720p_5F00_1080p_5F00_visionapps.zip