Hi,
We are currently using 1280* 720@30fps Camera type, output YUV422@8bit Type image data.
May I ask how to reduce the resolution of the camera's image and thus reduce CPU usage?
SDK : 08.06.00.12 app_multi_cam_codec
Regards,
Yueqian
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.
Hi,
We are currently using 1280* 720@30fps Camera type, output YUV422@8bit Type image data.
May I ask how to reduce the resolution of the camera's image and thus reduce CPU usage?
SDK : 08.06.00.12 app_multi_cam_codec
Regards,
Yueqian
Hi,
you can use MSC scalar to downscale the image resolution and then use codec to reduce CPU usage.
Regards,
Brijesh
Hi Brijesh,
May I ask if you can provide relevant examples? Or can you help me point out examples of using relevant interfaces in SDKs?
Can the image resolution of the capture node be reduced?
Regards,
Yueqian
Well, not the exact example, but you can refer to scalar usage in many of the other examples. Like single camera application uses scalar node, tivxVpacMscScaleNode, to reduce the input image resolution to 1080p resolution.
Regards,
Brijesh
OK, I will refer to "tivxVpacMscScaleNode" for related applications.Thank you!
Regards,
Yueqian
Thanks closing this ticket. Please start new ticket for further questions.