Integration
Integration to Genetec
Additionally, CAMMRA's meta-data has also integration with a unified security platform Genetec Security Center to manage and integrate physical security systems such as access control, automatic license plate recognition, and more. This quick guide ...
php-listener
Test integrations over HTTP using local standalone WAMP web-server. https://drive.google.com/open?id=1P-s1_J1mh-mSaRqn_A-Y5eD4mM5CgqXI: Online docs: https://github.com/php-listener/blob/master/README.md
Simple Web form for testing receiver
ff_post_form.html <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <form method="post" enctype="multipart/form-data" action="ff_post.php"> Enter event file: <input type="file" name="event" size="40"> Enter ...
Simple PHP receiver for multipart post
This simple receiver may be used with any HTTP server which supports PHP extension. ff_post.php <?php $uploaddir = 'log/'; echo "<pre>\n"; $uploadfile = $uploaddir . basename($_FILES['event']['name']); if ...
GET recognition statistic
curl -v --anyauth -u axis:axis http://10.0.3.175/local/fflprapp/search.cgi?timestampfrom=NaN×tampto=NaN&text=&roi_id=-1&car_direction=-1&car_model=&car_maker=&car_type=0&car_color=65536&limit=11&offset=0&statOnly=1 <vcount> <direction> ...
JSON Fields (Protocol 1.6) \ JSON example
Token Type Format / Value Description packetCounter Unsigned int Counter of packets. Starts from “1”. Counter starts after successful connection or after start of device. It does not matter. datetime string YYYYMMDD HHMMSSFFF YYYY - year 4 digits MM ...
API FF Integration Events \ HTTP Multipart POST
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, ...
Block/Allow lists upload
curl -v --anyauth "http://root:pass1234@10.0.3.173/local/fflprapp/allow_list.cgi" -s -d@allow.xml curl -v --anyauth "http://root:pass1234@10.0.3.173/local/fflprapp/block_list.cgi" -s -d@block.xml Lists examples: block.xml, allow.xml Please use xml ...
HTML response
HTTP GET request target: http://<camera-IP-address>/local/fflprapp/events.cgi?<paramName1>=<value1>&<paramName2>=<value2> Request and response parameters are as above, while response data is wrapped into HTML instead of XML.
Event response \ Event response data example
Response contains XML document, data fields are as follows: Field Description TS Event timestamp, Unix timestamp, UTC, milliseconds MOD_TS Event timestamp, human readable CAR_ID Vehicle ID, per database id LPR Number plate as text RTIME License plate ...
Events Request \ Request URL Examples
To download event records from the on-camera database, you can make an HTTP GET request using the following target: http://<camera-IP-address>/local/fflprapp/search.cgi?<paramName1>=<value1>&<paramName2>=<value2> The request allows you to specify ...
Package sample
<tt:MetadataStream xmlns:tt="http://www.onvif.org/ver10/schema"> <tt:Event xmlns:tt="http://www.onvif.org/ver10/schema"> <wsnt:NotificationMessage xmlns:tns1="http://www.onvif.org/ver10/topics" xmlns:tnsaxis="http://www.axis.com/2009/event/topics" ...
Package Description for License Plate Recognition (LPR)
Real-time recognition events are received from a camera using either the VAPIX or ONVIF protocol. These events provide relevant information related to license plate recognition, without including the actual image data. To learn more about the usage ...
Real-time Events API (VAPIX or ONVIF)
To receive real-time recognition events from the camera, you can utilize either the VAPIX or ONVIF protocol. These protocols allow you to access event data packets containing relevant information without the actual image. The packet structure for ...