Skip to main content

EyesOnIt UI Concepts

The EyesOnIt Web UI helps you get started using EyesOnIt very quickly. While the Web UI does not provide all the capabilities and options that are available through the SDKs and the REST API, the Web UI exposes all the concepts.

This section explains how to use the EyesOnIt Web UI for both image processing and video monitoring.

When EyesOnIt runs, it starts a web server on port 8000 of the computer where it is running. To launch the EyesOnIt Web UI, you need to access that web server from a browser. If the browser is running on the same computer as EyesOnIt, you can use this URL:

http://localhost:8000/dashboard

If EyesOnIt is running on a different computer, you’ll need the IP address of that computer (something like 192.168.1.10). You can then use this URL:

http://<eyesonit-ip>:8000/dashboard

Just replace eyesonit-ip with the IP of the EyesOnIt computer to get something like:

http://192.168.1.10:8000/dashboard