FastLine Report Server
Last updated
Was this helpful?
FastLine Report Server is a web application that monitors many FastLine applications and their results. It shows whether the acquired image matched someone in the database, whether it did not match, and which camera obtained the image.
To install, download the file .rpm and run it with the following command:
rpm -ivh report-server-<version>.rpmRemember to replace <version> with the correct version you downloaded.
To configure FastLine Report Server, open the file config.properties in the folder /var/lib/griaule/reportserver. You can see an example in the section Configuration File Example.
In the configuration file, change the parameters reportserver.ip and reportserver.port to match your environment. After finishing the changes, run the script setup.sh in the same folder.
./setup.shYou can access the Report Server from the link:
http://<IP>:<PORT>/reportIP and PORT are the same as those configured in the file config.properties.
When you enter the site, the following screen will be displayed:

Enter your credentials to log in.
After logging in, the report screen will be displayed.

On this screen, you can view the reports generated by all FastLine instances and cameras configured to notify the server.
Note that test is the camera name. The images highlighted in green are the images that matched, and the images highlighted in red are those that did not match.
The FastLine Report Server will show a key and a biometric profile below the matched images. The key and biometric profile displayed are those registered in the database.
On this screen, it is also possible to export all the faces from the report in PDF format.
On the report screen, some filters can be applied:
Date.
Status, which can be All, Identified and Not identified.
Camera, which will filter by the name of a specific camera.
Last updated
Was this helpful?
Was this helpful?
server.servlet.context-path=/report
server.port=8226
jdbc.driverClassName=com.mysql.jdbc.Driver
jdbc.url=jdbc:mysql://172.16.0.66:3306/fastline?useSSL=false
jdbc.username=root
jdbc.password=CDrt8vbewA2YAubPNOLZkw==
jdbc.dialect=org.hibernate.dialect.MySQLDialect
jdbc.showSql=false
reportserver.ip=172.16.0.70
reportserver.port=8226
