I was wondering if there was any way, using the XPMobileSDK or in C#, of knowing if a specific camera is currently recording or not?
Thanks!
I was wondering if there was any way, using the XPMobileSDK or in C#, of knowing if a specific camera is currently recording or not?
Thanks!
Hi Daniel,
As far as I know the only way to do that trough the MIP SDK Mobile is to request live video steam and to observe live status flags.
Which is not the best solution from performance point of view (both server and client).
If you can use MIP SDK (Platform) it will be much more elegant. You could check the “StatusViewer” sample in the “ComponentSamples”.
Hi Petar, Thank you very much for your answer, I will take a look at it. Have a great one!