I am using a component integration same as shown in the StatusViewer example.
The SDK receives the recording started/stopped events perfectly when recording is triggered by motion detection and/or manual recording.
However, if there is a rule defined to allow continuous recording, the SDK only receives a camera responding event at startup (but the cam is actually recording, shown with the red dot in the live viewer).
How to receive the actual recording state of a camera at start up of my component integration?
Thanks for pointing me to the possible solutions using Status API.
However, as our integration is based on the MIP-MessageCommunication, it would be more convenient to have the current recording states transmitted with the MessageCommunication.ProvideCurrentStateRequest that is fired at startup.