Hi
When external USB camera is used for preview or recording (VGA resolution) CPU load is shooting up to 50% where as with internal camera it is only using 5%.
Is it possible to reduce CPU load for USB camera?
In our use case, CPU load is going up to 97% when we use USB camera during VOIP video call, which involves
Where as for internal camera cpu usage is up to 75%.
In practical, USB camera is not usable along with above operations for long duration calls due to high CPU usage.
Please let us know if there is any optimization possible to reduce CPU load.
Board: IMX6 SabreSD quad core
Android: 4.2.2.1
解決済! 解決策の投稿を見る。
Hi
Hasan
You need to use IPU task to do the HW CSC.
Please check IPU example which will help you to implement it.
Thanks
Saurabh
Hi,
USB camera interface is not optimized , it is doing software color conversion for preview frame and frames to be encoded. Because of these two CSC load on CPU is too high.
Thanks
Saurabh
Thanks Saurabh.
Could you please suggest on how to use HW CSC?
Hi
Hasan
You need to use IPU task to do the HW CSC.
Please check IPU example which will help you to implement it.
Thanks
Saurabh