Versions Compared

Key

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

...

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

Info

C:\Program Files\PEKAT VISION 3.11.4\starter

...

Create Project - Help Command

Code Block
.\pekat-cmdweb.exe create -h 

...

Create Project - Usage Example

Code Block
pekat-cmd create [-h] -d DATAC:\Users\Daniel\PekatVisionProjects\NewProject35 -n NAME

Optional Arguments

Code Block
  -h, --help            Show this help message and exit
  -d DATA or?? --data DATA  Project dir
  -n NAME, --name NAME  Project name

...

...

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.

...

Info

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

Info

C:\Program Files\PEKAT VISION 3.11.4\starter

Launch Project - Help Command

Code Block
.\pekat-web.exe start -h

...

Launch Project (without log) - Usage Example

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

...

Launch Project (with log) - Usage Example

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

C:\Users\Daniel\PekatVisionProjects\NewProjects35

...

Optional Arguments

...

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

API key

--password

Code Block
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

...