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

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

Script Setup - SDK, LabVIEW & HTTP API

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:

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

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

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

STEP 2 - PEKAT VISION processes images

It returns JSON data describing the results

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