Hello, the only problem here is that the monitor isn’t getting any information from the application.
Normally, you need to update the monitor variable in the process of the running application.
(excerpt from HailoRT User Guide)
- In the app’s process, set environment variable: HAILO_MONITOR=1
- Run the inference application
However, since from your output, it looks like your multi-process service is running:
(excerpt from HailoRT User Guide)
Setting environment variables when working with HailoRT service
The environment variables for HailoRT service are defined in the file /etc/default/hailort_service:
To change an environment variable value, do the following:
- Change the desired environment variable in /etc/default/hailort_service
- Reload systemd unit files by running: sudo systemctl daemon-reload
- Enable and start service: sudo systemctl enable --now hailort.service
Try this and let me know if it helped.