44 #include <visp3/sensor/vpPylonFactory.h>
46 #ifdef VISP_HAVE_PYLON
48 #include "vpPylonGrabberGigE.h"
49 #include "vpPylonGrabberUsb.h"
89 void dummy_vpPylonFactory() { };
Factory singleton class to create vpPylonGrabber subclass instances.
static vpPylonFactory & instance()
Get the vpPylonFactory singleton.
@ BASLER_GIGE
Basler GigE camera.
@ BASLER_USB
Basler USB camera.
vpPylonGrabber * createPylonGrabber(DeviceClass dev_class)
Create an object of vpPylonGrabber.