GET License Plate Recognition Statistics Example (FFLPR)

GET recognition statistic

curl -v --anyauth -u axis:axis 


<vcount>

<direction>

<in>9696</in>

<out>4162</out>

<unk>16476</unk>

</direction>

<list>

<blocklist>0</blocklist>

<allowlist>0</allowlist>

<customlist>0</customlist>

<nonelist>30334</nonelist>

</list>

<roi>

<roi1>30334</roi1>

<roi2>0</roi2>

</roi>

<total>30334</total>

</vcount>


Example with the time period

http://10.0.3.175/local/fflprapp/search.cgi?timestampfrom=1631703600000000&timestampto=1631725200000000&text=&roi_id=-1&car_direction=-1&car_model=&car_maker=&car_type=0&car_color=65536&limit=11&offset=0


Time sets in microseconds Unix time




    • 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 ...
    • Region of interest and direction

      Access the Application's Web Page: Launch a web browser and enter the URL or IP address of the CAMMRA application's web page. Navigate to the Settings Tab: On the CAMMRA web page, locate and click on the Settings tab to access the configuration ...
    • 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 ...
    • 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 ...
    • 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 ...