Push Events configuration

Push Events configuration


To send the recognized data to other applications such as VMS (Video Management Systems) or Data Management Systems, you can utilize FF-Events in CAMMRA AI.
Follow these steps to set up event sending:

  1. Go to the application's web page and select the "INTEGRATION" tab. 

  2. Select Profile to configure: up to 3 profiles are supported.

  3. Select the Protocol: Choose the appropriate protocol for sending events. The commonly used options are TCP (Transmission Control Protocol) and HTTP POST (Hypertext Transfer Protocol with POST method). You can also choose other protocols like FTP, UTMC, or UTMC-2 based on your specific requirements.

TCP:
 To send data to external applications, the TCP protocol is used. The camera establishes a TCP connection with the specified URL and sends data over the socket.
 The external application should open a TCP socket and listen for incoming data.

HTTP POST:
 To send JSON data and images to a web service, the multipart POST HTTP(s) request method is used.
 The data transferred includes a JSON payload containing the event description and the associated image.

Data Structure:
 Refer to the FF protocol documentation or the API FF Integration HTTP POST JSON for the data structure details.
 This documentation provides the necessary guidelines for formatting the data to be sent.

  1. Configure Server URL: Specify the link or URL where you want to send the data. This could be the endpoint of the receiving application or system. You can explicitly define URL starting with HTTP (ex. “http://ip:port/listener.php”) in case camera Network configuration allows both, HTTP and HTTPS, but your server is only configured to use HTTP.

  2. Set Device ID: Assign a unique identifier to the packets sent from the camera. This helps in distinguishing and tracking the data packets.

  3. Define Event Types: Choose the desired event types based on your requirements. The available event types include "New," "Update," and "Lost." Each event type corresponds to specific conditions and triggers for sending data.

New Event:
 This event occurs when a vehicle is detected for the first time. The direction of the vehicle is undefined.

Update Event:
 This event occurs when there is a change in the data package.
 It can include updates to the recognized license plate, calculation and addition of direction, or changes in the recognition zone.

Lost Event:
This event occurs when a detected vehicle has been absent from the recognition zone for more than 5 seconds.

By configuring these settings, you can establish the communication and data exchange between CAMMRA AI and other applications or systems.
 This enables you to seamlessly integrate the recognized data into your preferred workflow and utilize it for further analysis or processing.




    • Related Articles

    • Settings for Stored Events

      To configure the storage settings for events in CAMMRA, follow these steps: Select the Type of Events to be Stored: Choose the type of events that should be stored based on your requirements: All: All events, including both whitelisted and ...
    • Backup & Restore configuration

      To create a safe backup of all your CAMMRA AI application settings, including license, use the “Backup configuration” feature. This will create a file storing all the settings that you can save at preferred location and then use it to restore in the ...
    • Security configuration

      Security/HTTPS Settings: To enhance the security of your CAMMRA AI application, you have the option to enable HTTPS encryption and use self-signed certificates. By turning on HTTPS encryption and utilizing self-signed certificates, you can ensure ...
    • Keepalive

      There is also possibility to setup keepalive service for to send keepalive messages to server/cloud receiver. This service could also use authentication (username, password, auth. header) as any other push events. User can customize the content of ...
    • Event storage capacity

      CAMMRA AI 1.1 Events stored on SD card License plate | 100 MB | 11650 events Vehicle picture | 100 MB | 750 events Full screen picture | 100 MB | 167 events CAMMRA AI 1.1 Events stored with no SD card Full screen picture | 580 MB (internal) | 1000 ...