Uploading Block and Allow Lists for License Plate Recognition

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 validator www.xmlvalidation.com to check your files. 

Video illustration: watch online, or download AVI or MP4.

Windows CURL library: https://winampplugins.co.uk/curl/



    • Related Articles

    • 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 ...
    • 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 ...
    • 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.
    • GET recognition statistic

      curl -v --anyauth -u axis:axis http://10.0.3.175/local/fflprapp/search.cgi?timestampfrom=NaN&timestampto=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 ...