1.0 Overview
FootfallCam is a fully embedded software module, intended for any environment where store footfall counting is required. Business
intelligence (BI) system extracts and analyses footfall data (from FootfallCam central server) together with ePOS data or staff labour hours
(from retailer’s ePOS system or staff management system) to produce management report for corporate strategic planning.
There areseveral ways of integrating footfall data with the ePOS data or staff labour hours:
Exportfootfalldata toretailersystem
ImportePOSdataorstafflabourhourstoFootfallCamcentralserver
2.0 Export Footfall Data to Retailer System
2.1 Pull Data via API
The camera automaticallycollects the traffic data and builds them into a convenient JSON/XML data file that can be retrieved easily via a web
service API call, hence allowing seamless integration of the camera into any existing solution. Through an API call, the data file will be
extracted from FootfallCam portalto the business intelligence system for further data processingin orderto generate the management report.
GetCountingData
Description:APIFunctiontoreceivecountingdata.
Countingdataincludes Timestamp,numberofIncountper15minutes,numberofOutcountper15minutes
http://<ipto counter>:<port>/pi-cgi/data.json(JSONFormat)
http://<ipto counter>:<port>/pi-cgi/data.xml(XMLFormat)