Hi,
for our use-case we determine whether an inmate in a us prison has a critical health condition and share this event with milestone.
Example flow: Inmate in a large facility is experiencing a heart attack, we recognise this and want to focus on a camera that might monitor the concerned inmate.
To test this I managed to configure Milestone XProtect Management Client 2025 R3 in the following manner:
- Two “simulated cameras” utilising StableFPS that point to a jpeg file of AI generated inmates.
- Camera 1 shows a picture of an AI generated gentleman reading
- Camera 2 shows a picture of an AI generated gentleman sleeping (using /camers REST API I noted down the guid of this camera)
- A generic event named: ReassuranceHealthEvent - via REST API /eventTypes I noted down the guid of this event
- A rule that I hoped would trigger the camera to be visible in the “Focus“ monitor - Monitor 1 (See Screenshot ReassuranceHealthAlarm Rule below)
- A Smart Wall with 2 Monitors.
- Monitor 1 will serve as the “focus” monitor where I would like to display an inmate if their medical condition needs to be checked
- Monitor 2 will serve as a generic view where all the inmates within a facility can be observed (See Screenshot smart client - All)
Triggering the event:
curl --insecure --request POST "https://api.milestone.<our domain>.com/api/rest/v1/events" --header "Authorization: Bearer <Token>", -–header "Content-Type: application/json" --data '{"type": "d80917bd-0eeb-4cd0-8777-4e9c14e9ed11","datatype": "none", "tag": "igor was here", "source": "cameras/f5609e9d-7fb4-4d8f-8a92-303639b0f8cc"'
Problem:
- Nothing happens - no displaying of the sleeping inmate on Monitor 1
- The event is not visible in the /events endpoint
- The event is not visible in Alarm Manager even when data source is of type event
Please advise / query if in need of more info
Thank you
Screenshot smart client - All:



