Versions Compared

Key

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

Direct Camera Setup

The camera is directly connected to PEKAT VISION (GenICam camera).

This is the easiest option, PEKAT VISION processes camera input in a loop.

The user must enable the camera and define evaluation rules (output).

Visit our articles regarding https://pekatvision.atlassian.net/wiki/spaces/KB32/pages/934184205/Camera+Functions#Supported-Cameras and Multi-Camera Setup for detailed information.

Image RemovedImage Added

Script Setup - SDK, LabVIEW & HTTP API

Info

Additional software is used to capture images.

In this scenario, PEKAT VISION software is middleware and requires 3 steps:

STEP 1 - Send Images to PEKAT VISION

In the first step, the user has 3 options:

Tip

Option 1 - https://github.com/pekat-vision/ - Python, .NET and C++ supported

Tip

Option 2 - LabView Plugin

Tip

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

STEP 2 - PEKAT VISION processes images

PEKAT VISION returns JSON data related to the project.

STEP 3 - The script from step 1 processes the response

The response includes information about the objects and overall evaluation.

Image RemovedImage Added

Info

You can use the Inspection tab for debugging.