Versions Compared

Key

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

...

Direct Camera Setup

Camera is directly connected to PEKAT VISION (GenICam camera)

This

...

is the easiest option, PEKAT VISION processes camera input

...

in a loop.

...

User must enable the camera and

...

define evaluation rules (output).

For information on multi-camera setup, access our Multi-Camera Setup article.

...

Script Setup

...

- SDK

...

, LabVIEW

...

& HTTP API

...

PEKAT VISION is middleware

In this scenario, PEKAT VISION software is

...

middleware, in other words, bridges gaps between other applications, tools, and databases in order to provide unified services to users

...

.

This method has 3 steps and requires programming knowledge:

STEP 1. SEND IMAGES TO PEKAT

...

Info

Additional software is used for capturing images.

STEP 1 - Send Images to PEKAT VISION

In the first step, the user has 3 options:

Info

User can use PEKAT VISION GitHub SDKs, we support Python, C# and C++ programming languages.

...

Info

User can use LabVIEW pluginĀ http://sine.ni.com/nips/cds/view/p/lang/en/nid/218329

...

Info

...

You can send images to HTTP API. We created someĀ examples.

STEP 2

...

- PEKAT VISION processes IMAG

  • It returns data structure (JSON), which describes the result.

STEP 3

...

- Script from step 1 processes the response

In the response, there could be information about objects which were found or overall evaluation.

Info

You can use the inspection tab for debugging.

Image Removed

Multi-Camera Setup

Image RemovedImage Added