Question/Issue:
The objection detection model for silabs-xg24-people-counting is having errors when deploying. The error message is: "src/inference/ei_run_camera_impulse.cpp:83:37: error: request for member ‘bounding_boxes_count’ in ‘result’, which is of pointer type 'ei_impulse_result_t’ (maybe you meant to use ‘->’ ?)*
** 83 | for (size_t ix = 0; ix < result.bounding_boxes_count; ix++) {**
** | "**
Hi @david123
Indeed there was an issue in our code responsible for sending inference results over BLE.
It has been fixed, and the fix is going to our production. However, it may take a while due to the CI/CD process.
As a temporary workaround, you can follow the steps: