Currently, the camera IP addresses are hardcoded on the Pi Zero. This configuration should be replaced with a dynamic mechanism.
The Pi Zero should periodically retrieve the list of cameras and their associated IP addresses from the camera API.
This approach ensures that any change in camera configuration (e.g., IP updates, additions, or removals) is automatically reflected on the Pi Zero without requiring manual updates.
The periodic retrieval of the camera list could also replace the current healthcheck API call, simplifying the monitoring logic.
Currently, the camera IP addresses are hardcoded on the Pi Zero. This configuration should be replaced with a dynamic mechanism.
The Pi Zero should periodically retrieve the list of cameras and their associated IP addresses from the camera API.
This approach ensures that any change in camera configuration (e.g., IP updates, additions, or removals) is automatically reflected on the Pi Zero without requiring manual updates.
The periodic retrieval of the camera list could also replace the current healthcheck API call, simplifying the monitoring logic.