How to retrieve LiveStatusFlag of a Camera

You can use

--

EventHandler VideoOS.Platform.Client.ImageViewerWpfControl.LiveStreamInformationReceived = delegate { }

Register on this event to be called when the live stream XML information is available.

--

https://doc.developer.milestonesys.com/html/index.html?base=miphelp/class_video_o_s_1_1_platform_1_1_client_1_1_image_viewer_wpf_control.html&tree=tree_search.html?search=imageviewercontrol

https://doc.developer.milestonesys.com/html/index.html?base=miphelp/class_video_o_s_1_1_platform_1_1_client_1_1_live_stream_information_event_args.html&tree=tree_search.html?search=imageviewercontrol

Thank you Bo Ellegard Andersen

Can you help me with any sample ​

See the Video Preview plugin sample. https://doc.developer.milestonesys.com/html/index.html?base=samples/videopreview_sample.html&tree=tree_1.html

This is using ImageViewerControl -

ImageViewerControl.LiveStreamInformationEvent and ImageViewerWpfControl.LiveStreamInformationReceived are very similar and you should choose based on which ImageViewerControl class you use.