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).

...

Visit our articles regarding Supported Cameras and Multi-Camera Setup

...

for detailed information.

...

Script Setup - SDK, LabVIEW & HTTP API

...

In the first step, the user has 3 options:

Tip

Option 1 - Users can use PEKAT VISION GitHub SDK - Python, .NET and C++ supported

Tip

Option 2 - Users can use LabVIEW plugin http://sine.ni.com/nips/cds/view/p/lang/en/nid/218329 LabVIEW Plugin

Tip

Option 3 - You can send images to through HTTP API. We created some examples., you can find some examples here

STEP 2 - PEKAT VISION processes images

It PEKAT VISION returns JSON data describing related to the resultsproject.

STEP 3 - Script from step 1 processes the response

...

The response includes information about the objects

...

and overall evaluation.

...

Info

You can use the

...

Inspection tab for debugging.

...