Camera Integration & Multi-camera Setup
Single Camera Setup
Camera is directly connected to PEKAT VISION (GenICam camera)
This option is the easiest, PEKAT VISION processes input from the camera in a loop.
You have to enable the camera and set what should happen after evaluation (output).
ย
Script Setup (SDK / LabVIEW / HTTP API)
PEKAT VISION is middleware
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
OPTION a. You can use Software Development Kit (SDK) fromย pekat-vision, we support Python, C# and C++ programming languages.
OPTION b. You can use LabVIEW pluginย http://sine.ni.com/nips/cds/view/p/lang/en/nid/218329 Or
OPTION c. You can send images to HTTP API. We created someย examples.
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.
ย
ย
Multi-Camera Setup
ย
ย