Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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

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:

Additional software is used for capturing images.

STEP 1 - Send Images to PEKAT VISION

In the first step, the user has 3 options:

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

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

STEP 2 - PEKAT VISION processes images

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.

You can use the inspection tab for debugging.

  • No labels