About
  1. | API Documentation
  2. | Plugins
  3. | basler

basler

The code for the plugin that allows basler cameras to work with this codebase.

Types

Type Definition Notes
Camera_t
Pylon::CBaslerUniversalInstantCamera

A camera instance pointer for Basler cameras.

Classes

BaslerCamInfo

API Interface implementation of a CamInfo for Basler USB cameras. This follows the interface device by GuiCamInfo.h.

BaslerCamera

API Interface implementation of a GuiCamera for Basler USB cameras. This follows the interface device by GuiCamera.h.

BaslerDevice

API Interface implementation of a Device for Basler USB cameras. This follows the interface device by GuiDevice.h.

CHardwareTriggerConfiguration

MISSING

Functions

CamMaker

This function is part of the camera plugin API. The functions are defined by a generic interface so that many different types of cameras can work with SnakeStrike and so that new cameras can use SnakeStrike without requiring re-compilation of the SnakeStrike codebase.

CamMakerDestroyResources

This function is part of the camera plugin API. The functions are defined by a generic interface so that many different types of cameras can work with SnakeStrike and so that new cameras can use SnakeStrike without requiring re-compilation of the SnakeStrike codebase.

CamMakerInitResources

This function is part of the camera plugin API. The functions are defined by a generic interface so that many different types of cameras can work with SnakeStrike and so that new cameras can use SnakeStrike without requiring re-compilation of the SnakeStrike codebase.

DeviceMaker

This function is part of the camera plugin API. The functions are defined by a generic interface so that many different types of cameras can work with SnakeStrike and so that new cameras can use SnakeStrike without requiring re-compilation of the SnakeStrike codebase. More specifically, this DeviceMaker function is a wrapper for the machinery needed to query found cameras on a system. A device object is an interface for accessing devices of a certain type on the system. For example, if I have 5 CameraX cameras, then the DeviceMaker function returns a pointer to an object that knows how to give me access to each of the individual CameraX cameras.

SnakeStrike — An program for high-speed multi-camera data collection and triangulation.

Page owner(s): gwjensen  Last updated: 2020-09-28 07:40:17 +0000