2024-07-18 03:08 AM
hello everyone , i'm a newbie at edge ai in stm32 and i'm using cube ai 9.0 .i want to get information in how to use "MX_X_CUBE_AI_Process() " and "MX_X_CUBE_AI_init()" , i didn't find documentation or something about what the function does , what's to give as input and what/where do i get the output. i'm prediction an image and the output is 2 classes.
thanks for any information.
2024-07-23 04:33 AM
This is described in the documentation embedded in the package
~/STM32Cube/Repository/Packs/STMicroelectronics/X-CUBE-AI/9.0.0/Documentation/embedded_client_api.html
You can access the documentation directly with STM32CubeMX, on a project with AI enabled just go in Help->X-Cube-AI Documentation and then click on Embedded inference client API
Regards