Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

PEKAT VISION application is project-oriented.

You can run and work with several independent projects simultaneously.

Each project runs on its own network port and can be accessed from remote computers and managed without any restrictions.

Managing and running projects can be performed through both graphical user interface as well as console application.

Create New Project - creates a new project in projects manager and PEKAT VISION projects folder <C:\Users\User1\PekatVisionProjects\New_project1>

Open Project - allows you to open an existing project folder in any location on disk

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

Start Project

Name - type a project name

Port - Port 8000 is default for each project in projects manager

After starting the project, project GUI is displayed, if you wish to access the project through web browser, click on the URL displayed, and close PEKAT VISION GUI .

Additionally… Access from URL provided … Projects Manager Settings DEFINE

PORT IS ALLOCATED error message is displayed if a port is already allocated

Examples of port values recommended to run multiple projects: 8010, 8020, 8030,…

PEKAT VISION allows several projects to run simultaneously, however, GPU consumption must be considered when running several projects.

For more information on GPU consumption, contact support at PEKAT VISION Customer Portal or at support@pekatvision.com

Project Options

Export - exports a project with .zip extension

Copy - duplicates a project in projects manager

Remove - removes a project only from the projects manager

Delete - deletes a project from projects manager and project folder data

Mention faster/slower options

Secure Image Analyze

Secure image analyze feature is design to encode images, in order to provide secure communication.

Create & Launch projects through Command Line [Windows]

In Windows, it is possible to create and launch projects through CMD.

The arguments required are described below.

Create Project through CMD

Target Directory Example

C:\Program Files\PEKAT VISION 3.11.4\starter

Create Project - Help Command

.\pekat-web.exe create -h 

Create Project - Usage Example

pekat-cmd create -d C:\Users\Daniel\PekatVisionProjects\NewProject35 -n NewProject35

The command above will create a new project in directory:C:\Users\Daniel\PekatVisionProjects\NewProject35

The project name in Projects Manager is defined as NewProject35.

To display the project in projects manager UI, the user must use 'Open Project' in Projects Manager UI and select the target folder, in order to update Projects Manager UI

Launch Project through CMD

Target Directory Example

C:\Program Files\PEKAT VISION 3.11.4\starter

Launch Project - Help Command

.\pekat-web.exe start -h

Launch Project (without log) - Usage Example

.\pekat-web.exe start -p 8000 -d C:\Users\Daniel\PekatVisionProjects\NewProjects35

Launch Project (with log) - Usage Example

.\pekat-web.exe start -p 8000 -d C:\Users\Daniel\PekatVisionProjects\NewProjects35 -l

Optional Arguments

-l how is it used? -l y ??

API key

--password

Optional arguments:
  -h, --help            Show this help message and exit.
  
  -p PORT, --port PORT  Defines starting port
  
  -d DATA, --data DATA  Project directory
  
  -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)
                  

Projects Manager through Terminal [Linux]

….

…..

…..

====================================================

Local Machine vs Network Host - Projects Manager

Projects manager can be hosted on a network, so customers can connect through a browser.

By default, the application runs only on the local machine.

Argument --network enables network access.

  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.
  • No labels