Hi all,
we have an Xprotect Corporate, we have a camera that never register (we had disabled motion detection), we start the registration by sending the StartRecordingCommand message via SDK and then stop the recording by sending the message StopRecordingCommand.
The camera correctly start and stop the registration after i send the messages.
There is a way, with the sdk or with rules, to force recording server archiving immediately after has received the StopRecordingCommand command?
We need to have one folder in storage path for every StartRecordingCommand-StopRecordingCommand period.
For example:
We send StartRecordingCommand at 10:15, than we send StopRecordingCommand at 10:30, I need one folder (something like XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX_ARCHIVE_YYYY-MM-DD_10-30-SS) in Archiving path with the 10:15-10:30 video.
Ther is a way to obtain this?
I tried to make this rule:
Perform an action on Recording Stopped
from CAMERA
and Activate archiving on ArchiveCAMERA
but archiving follows the storage configuration schedule.
Thanks