Camera and stream status

Hi guys,

I detected that my solution (created on c#) connects perfectly fine to Milestones without any issues. However, I receive no frames for the camera, in other words, even the camera is totally available, the streaming is not receiving any data.

So, my question is the following: Is there an endpoint on the MIP SDK I can ask for the status not only for the camera but also for the streaming itself ?? or even more… the status in general for recording servers, mobiles server, cameras, streamings.. etc etc…

thanks in advance.

This sample shows how to dynamically show status on items such as server, camera, event etc. All valid items are retrieved and presented in a tree.

Please explore it.

https://doc.developer.milestonesys.com/html/index.html?base=samples/statusviewer_sample.html&tree=tree_2.html

Great!!!

reviewing…

thanks!!