Using MIP SDK , I am trying to know the Current status of a camera Recording using its FQID
code sample will be very helpful
Regards
Using MIP SDK , I am trying to know the Current status of a camera Recording using its FQID
code sample will be very helpful
Regards
I hope it does not lead to confusion but for completeness I will mention three methods (with samples).
In the StatusViewer sample you will see how to subscribe to events from the Event Server, in XProtect c-code messages include Recording Started and Recording Stopped.
In the Status Console you can see how to use the Status API (which is in XProtect c-code) to get camera status include recording status.
If actively streaming video in an ImageViewerControl you can get live status, this includes recording status. The Video Preview plugin sample shows this (can be used in standalone also).