Versions Compared

Key

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

...

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

...

Projects Manager though Command

...

Create & Launch projects through Command Line [Windows]

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

The arguments required are described

...

WINDOWS

……

Linux

...

below.

Creating a Project PEKAT VISION Starter Path

Code Blockinfo
Dir:

C:\Program

Files\PEKAT

VISION

3.11.4\starter

.\pekat-web.exe

Command for ….

Code Block
pekat-cmd create -h usage: 

Usage

Code Block
pekat-cmd create [-h] -d DATA -n NAME

Optional arguments:
  

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

...

Launch a project

Code Block
.\pekat-cmdexe.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
                  

Projects Manager through Terminal [Linux]

Local Machine vs Network Host - Projects Manager

...