Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Import Project -enables you to import a project export .zip file (previously exported project)

Image RemovedOnce a project is created, opened or imported, the project is displayed in projects manager list:

...

By clicking on the 3 dots button, enables the user to perform the following functions:

...

Info

Delete - deletes a project from projects manager UI and project data from /PekatVisionProjects folder

...

When you click on a project, the user is able to change the project Name and select a Port to run the project:

...

If the user attempts to open a second project with the same port number, PEKAT VISION informs the user that the port is already allocated, therefore, is reccomended to change the second project port by adding 10, to the current port number (eg. 8010).

If the port is busy, the application notifies you to select another one, we recommend to choose a port number 10 points higher than the previous one.

To launch the project, click the ‘START’ button. In case remote access is enabled, an URL will be displayed to access the application using a web browser.

Info

Only one project can run on each port.

...

InfoOnce a project is Created, Opened or Imported, the project appears in the project list.

Info

Only one project can run on each port

Info

It is reccomended to close a project (STOP) if you wish to reduce GPU usage

To start project, click on ‘START’ button, then PEKAT VISION will open the project GUI, if you wish to access the project through a browser, click on the URL displayed, and close the GUI:

...

Secure Image Analyze

If you check Secure Image Analyze option, our technolgy will encode images, providing a secure communication.:

...

Projects Manager - Console

...

The application has two modes:

creating and launching a project. The necessary arguments are described in the Help.

...

Code Block
.\pekat-cmd.exe start -h
usage: pekat-cmd start [-h] [-p PORT] -d DATA [-n NETWORK] [-l LOG]

Optional arguments:
  -h, --help            Show this help message and exit.
  -p PORT, --port PORT  Starting port
  -d DATA, --data DATA  Project dir
  -l LOG, --log LOG     Show all logs (y/n)
  -P PASSWORD, --password PASSWORD
                        Administration password
  -key API_KEY, --api_key API_KEY
                        Image analyze only with API key
                  

...

Local Machine vs Network Host - Projects Manager

The Project Management projects manager can be hosted on a network, so customers can connect through a browser.

Info

By default, the application runs only on the local machine

...

If you run the argument --network, then network access is enabled.

Code Block
        console
 ./pekat-web -h 
usage: pekat-web-starter [-h] [-v] [-p PORT] [-n] [-P PASSWORD] [-l] [-dc]
                         [-dcode]
                         

PEKAT VISION online projects starter

Optional arguments:
  -h, --help            Show this help message and exit.
  -v, --version         Show program's version number and exit.
  -p PORT, --port PORT  Starting port
  -n, --network         Network access
  -P PASSWORD, --password PASSWORD
                        Password access
  -l, --log             Show all logs
  -dc, --disable_concurrent
                        Allows to run only 1 project at a time
  -dcode, --disable_code
                        Disable code module. Higher security.