Go to documentation repository
Documentation for Intellect 4.11.0-4.11.3. Documentation for other versions of Intellect is available too.
Previous page Next page
Start and stop recording commands can have different priorities in Intellect. The priority of start/stop recording commands is set by the priority<> parameter of the REC and REC_STOP reactions, respectively. If you try to stop recording using the command with the priority that is lower than one of the command that initiated recording, then this command will be ignored.
When recording is started/stopped manually or by macro or by the detection tool triggering, the priority is not set. The table shows the behavior of Intellect when various ways to start/stop recording are used.
Start/stop recording 1 | Start/stop recording 2 | Behavior |
Start/stop recording is initiated by the operator using the camera context menu (start/stop recording) or by macro | Start recording at CAM|1|REC| reaction, stop recording at CAM|1|REC_STOP| reaction | The start/stop recording commands 1 and 2 are equal* |
Start/stop recording is initiated by the operator using the camera context menu (start/stop recording) or by macro | Start recording at CAM|1|REC|priority<0> reaction, stop recording at CAM|1|REC_STOP|priority<0> reaction | The stop recording command 1 stops recording started using command 2 |
Start/stop recording is initiated by the operator using the camera context menu (start/stop recording) or by macro | Start recording at CAM|1|REC|priority<1> reaction, stop recording at CAM|1|REC_STOP|priority<1> reaction | The stop recording command 1 stops recording started using command 2 |
Start/stop recording is initiated by the operator using the camera context menu (start/stop recording) or by macro | Start recording at CAM|1|REC|priority<2> reaction, stop recording at CAM|1|REC_STOP|priority<2> reaction | The start/stop recording commands 1 and 2 are equal* |
Start/stop recording is initiated by the operator using the camera context menu (start/stop recording) or by macro | Start/stop recording is initiated by the detection tool (for example, the main motion detection tool) | The stop recording command 1 stops recording started using command 2 |
Start recording at CAM|1|REC|priority<0> reaction, stop recording at CAM|1|REC_STOP|priority<0> reaction | Start/stop recording is initiated by the detection tool (for example, the main motion detection tool) | The stop recording command 2 stops recording started using command 1 |
Start recording at CAM|1|REC|priority<1> reaction, stop recording at CAM|1|REC_STOP|priority<1> reaction | Start/stop recording is initiated by the detection tool (for example, the main motion detection tool) | The following variants are possible:
|
Start recording at CAM|1|REC|priority<2> reaction, stop recording at CAM|1|REC_STOP|priority<2> reaction | Start/stop recording is initiated by the detection tool (for example, the main motion detection tool) | The stop recording command 1 stops recording started using command 2 |