Image Component Library (ICL)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Static Private Member Functions
icl::qt::CamCfg Struct Reference

camera configuration component More...

#include <GUIComponents.h>

Inheritance diagram for icl::qt::CamCfg:
icl::qt::GUIComponent

List of all members.

Public Member Functions

 CamCfg (const std::string &deviceTypeHint="", const std::string &deviceIDHint="")
 create a camera configurabion component with optionally specified device

Static Private Member Functions

static std::string form_args (const std::string &a, const std::string &b)
 utility method

Detailed Description

camera configuration component

Create no handle and no output. Results in a button, that opens a real-time camera property configuration dialog. The component can either be used to adjust all camera, a grabber was instantiated for or, it can be tuned for a certain camera with given non-default constructor parameters. Please note: If no constructor parameters are given, only grabbers, that have been created before the GUI-creation are referenced by this component


Constructor & Destructor Documentation

icl::qt::CamCfg::CamCfg ( const std::string &  deviceTypeHint = "",
const std::string &  deviceIDHint = "" 
) [inline]

create a camera configurabion component with optionally specified device


Member Function Documentation

static std::string icl::qt::CamCfg::form_args ( const std::string &  a,
const std::string &  b 
) [inline, static, private]

utility method


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines