Showing selected view from Live screen to search selected camera list

Hello,

Hope you’re doing well.

In Milestone, when we create and configure multiple views and select one for the Live Monitoring screen, this selected view appears at the top of the camera selection dropdown on the Search page. This is a helpful feature, as it clearly shows which view is currently active.

We are trying to implement a similar functionality on a custom page. We are able to retrieve the list of selected cameras using the same control, but we are unable to display the name of the selected view (as shown in the Live Monitoring screen) at the top of the dropdown list.

Could you please advise how we can achieve this? If there are any sample implementations or code snippets available, that would be very helpful. Attached image for reference.

Thank you in advance for your support.

I don’t think there is a call for getting this, but you can listen for SmartClient.SelectedViewChangedIndication message, and then keep track of the latest one selected.