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.

[DM8127 IPNC RDK 3.0] usecase switch

Hi, all.

I want to switch usecase between lowpower and fullfeature, without rebuild it. Just in the software, switch it around. I tried to change the argv of ipnc_rdk_mcfw.out as follow:

SetVideoCodecRes(3); // 10MP

in another thread. From the log, I find argv is changed, but the video stream is not work.


Is anybody can give me some suggestions.

Thank you.

Haitao

  • Hello,

    You cannot switch from fullfeature to low power runtime, as you need to chenge the uboot setting where some PLL are switched off furing bot to save power.

    Those PLL register are not available at userspace to turn them OFF, you need to implement this logic in your app if you need to make this runtime switchabale

    Regards,

    Raghu