Image Component Library (ICL)
|
#include <ICLUtils/CompatMacros.h>
#include <ICLIO/PylonIncludes.h>
#include <ICLUtils/Mutex.h>
#include <ICLUtils/Exception.h>
#include <ICLCore/CoreFunctions.h>
#include <ICLCore/ImgBase.h>
#include <ICLCore/Img.h>
Go to the source code of this file.
Classes | |
class | icl::io::pylon::PylonGrabberBuffer< T > |
Buffer, registered to the Pylon-drivers StreamGrabber. More... | |
class | icl::io::pylon::TsBuffer< T > |
A buffer holding image information and timestamp. More... | |
class | icl::io::pylon::ConvBuffers |
This class holds all buffers needed for ColorConversion. More... | |
class | icl::io::pylon::ConcGrabberBuffer |
This is used for concurrent writing and reading of ConvBuffers. More... | |
struct | icl::io::pylon::PylonAutoEnv |
Utility Structure. More... | |
struct | icl::io::pylon::Interruptable |
Utility Structure. More... | |
struct | icl::io::pylon::AcquisitionInterruptor |
Utility Structure. More... | |
struct | icl::io::pylon::GrabbingInterruptor |
Utility Structure. More... | |
Namespaces | |
icl | |
undocument this line if you encounter any issues! | |
icl::io | |
icl::io::pylon | |
Functions | |
ICLIO_API void | icl::io::pylon::printHelp () |
Prints help-information to std::cout. More... | |
ICLIO_API Pylon::CDeviceInfo | icl::io::pylon::getDeviceFromArgs (std::string args) |
Uses args to find demanded device. More... | |
ICLIO_API int | icl::io::pylon::channelFromArgs (std::string args) |
Uses args to find out which BufferChannel to use. More... | |
ICLIO_API Pylon::DeviceInfoList_t | icl::io::pylon::getPylonDeviceList (Pylon::DeviceInfoList_t *filter=NULL) |
Returns a list of available Pylon devices. More... | |