Camera Archive
The »Camera Archive« logic element retrieves a current snapshot image from a network camera and stores it in the configured camera archive.
This camera archive is no replacement for a security system. It is also not intended for constant, unrestricted recording in very short intervals. Use the archive in conjunction with event-based triggers such as motion detectors.
Please note that you should not record more than one image every ten seconds. Please also note that having a very large number of archived images will increase image load time in the visualization elements.
Contents
Inputs and Outputs
Inputs
GATE (see Logic Elements | Datapoint-Gate)
TRIGGER
Trigger input to initiate the retrieval and storage of a camera image
Outputs
UPDATE
Sends the boolean valueTRUE
every time an image was retrieved and storedSTATUS
internal status code integer.1
represents the OK state. Larger values indicate errors:2
: unspecified error3
: the camera could not be reached4
: image could not be retrieved from the camera5
: HTTP authentication failure from the camera (presumably wrong login credentials)6
: other HTTP error7
: the configured camera archive does not exist8: the storage reserved for the camera archive is depleted
Configuration
Target Camera Archive
Choose a camera archive where camera images retrieved by this Logic Element will be stored. Camera archives can be configured in LOGIKEDITOR at System > Settings > Camera Archives.
Protocol
Choose a protocol (HTTP or HTTPS) to be used to connect to the camera. Only select HTTPS if your camera supports it. For HTTPS, you can also set at Certificate Check whether or not only cameras with signed and valid certificates are accepted.
Image URL
Insert the image URL of your network camera. The entire URL can be copied into this field. The protocol will then be identified and automatically stripped.
Image Format
Set the format (.jpg, .png oder .gif) of the images provided by your camera. Retrieved images cannot be saved if the format set here differs from the format of those images.
Authentication
If either Basic or Digest authentication is needed to access images from your network camera, it can be configured here. Authentication credentials can then be provided at User and Password.
///