Jump to content

Metropolis Microservices/People Engagement Demo/Running the Demo: Difference between revisions

Line 56: Line 56:
=== Dashboard ===
=== Dashboard ===


<syntaxhighlight lang="bash">
The demo generates a Dashboard with engagement and visitor statistics. It can be accessed by entering the following address in a web browser:
vlc rtsp://BOARD_IP:5021/ptz_out
</syntaxhighlight>


Just replace '''BOARD_IP''' with the actual IP address of the board running the demo.
<pre>
HTTP://<board IP address>/3000
</pre>


The demo is controlled through the AI-Agent which comes with a web interface that can be accessed at '''BOART_IP:30080/agent'''.
{{message|Replace '''<board IP address>''' with the actual IP address of the board running the demo. For this to work, the board and the computer should be on the same network.}}


The page looks as follows:
Once you enter the address, look for the '''GTC Attention''' dashboard; it should look like this:


[[File:Ai agent page.png|800px|thumb|center]]
[[File:Engageent Analytics Dashboard.png|800px|thumb|center]]


Through that interface, the application can be controlled using natural language, the 2 available commands are: move camera and find objects.
In the dashboard you have the following controls:
 
'''1. Time Window:''' the time window that will be used to count for visitors and engagement (i.e how many engaged visitors have we had in the las '''Time Window''').
 
'''2. Samples Period: ''' On the top right corner of the window, you will see the samples period. Use it to configure the time period you want to observe (the last hour, the last day, ...).
 
'''3. Refresh rate:''' Right next to the samples period, you will see the Refresh Rate; use it to control how often the grafics will be updated.
 
 
Then you will see 6 panels with the following information:
 
 
* '''Visitors in a Time Window:''' How many unique visitors have been seen in the last '''Time Window'''. Each point in the graphic represents the number of unique visitors in the last '''Time Window'''.
 
* '''Engaged Visitors in a Time Window:''' How many unique '''Engaged''' visitors have been seen in the last '''Time Window'''. Each point in the graphic represents the number of unique engaged visitors in the last '''Time Window'''.
 
* '''Total Engagement in a Time Window:''' This is the total engagement in seconds in the last '''Time window'''. Each point represents the sum of the engagement of all the unique engaged visitors in the last '''Time Window'''.
 
* ''' Average Engagement in a Time Window:''' This is the average engagement in seconds in the last '''Time window'''. Each point represents the average of the engagement of all the unique engaged visitors in the last '''Time Window'''.
 
* '''Number of Visitors Over Time:''' This is the number of unique visitors that have been seen in the configured '''Samples Period'''.
 
* '''Engaged Visitors Over Time:''' This is the number of unique engaged visitors that have been seen in the configured '''Samples Period'''.


=== Move Camera ===  
=== Move Camera ===  
Cookies help us deliver our services. By using our services, you agree to our use of cookies.