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

CamMaker

Defined in <basler/CamMaker.h>

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.


GuiCamera * CamMaker(std::unique_ptr<GuiCamInfo> & iInfo, const int iIdx, QObject * ipParent)
(1)
  1. This function returns a camera object that the SnakeStrike code knows how to use correctly.
    Parameters:
    • std::unique_ptr<GuiCamInfo> & iInfo
    • const int iIdx
    • QObject * ipParent

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