Disable debug trace Face Recognition/Detection

Hello ,

How can I disable these debug traces in serial Monitor log ?

Thanks

17:13:00.845 → SCRFD tick[0] = 29

17:13:00.845 → MBFACENET tick[0] = 18

17:13:00.845 → SCRFD tick[0] = 30

17:13:00.910 → MBFACENET tick[0] = 19

17:13:00.942 → SCRFD tick[0] = 30

17:13:01.007 → >>> SCRFD FPS = 11.18

17:13:01.007 → MBFACENET tick[0] = 18

17:13:01.039 → SCRFD tick[0] = 30

Hi @AI_Test,

These logs can be disabled in module_vipnn.c. However, in Arduino SDK this .c file currently is not open source for users to edit.

You can refer to this file in Standard SDK (ambpro2_sdk/component/media/mmfv2/module_vipnn.c at 78c7a0f7659d2a9dc2bc7a93d01a967ea7aa54fe · ambiot/ambpro2_sdk · GitHub) Line 42 to 46.