Hello, I’m trying to retrieve Camera Status with Central Protocol on a XProtect Professional installation. I need the “recording” information that indicate if the camera is recording or not, and I have to get this information via Protocol Integration.
In XProtect Corporate I can get this information from Status SOAP Protocol. Can I get this information from Central Protocol on a Professional installation? Or maybe from some other protocol?
I do not think you can use the Central API for this, but I do believe you can use the VideoOS.Platform.Client.LiveStreamInformationEventArgs for this: LiveStreamInformationEventArgs (String information)
Properties:
String Information [get, set] (the XML string holds the LiveStreamInformation)
Check the MIP documentation for further insight.
Is that API available through Protocol Integration? We use Protocol Integration with Java.
Hello, did you find some information about how to retrieve the “recording” information via protocol integration? Is pretty urgent to get this information for us.