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 option is the easiest option, PEKAT VISION processes camera input from the camera in a loop.

You have to User must enable the camera and set what should happen after define evaluation rules (output).

Visit our articles regarding Supported Cameras and Multi-Camera Setup for detailed information.

...

Script Setup

...

- SDK

...

, LabVIEW

...

& HTTP API

...

Info

Additional software is used to capture images

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.

Additional software is used for capturing images or processing.

This method has 3 steps and requires programming knowledge:

STEP 1. SEND IMAGES TO PEKAT

STEP 2. PEKAT PROCESSES THE IMAGE

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

STEP 3. YOUR SCRIPT FROM STEP 1 PROCESSES THE RESPONSE.

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

  • You can use the inspection tab for debugging.

Image Removed

Multi-Camera Setup

Image Removedmiddleware and requires 3 steps:

STEP 1 - Send Images to PEKAT VISION

In the first step, the user has 3 options:

Tip

Option 1 - PEKAT VISION GitHub SDK - 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 - 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.