|
Evo 7.12.0-TM26061101
Evo LPR Engine
|
GenICam Administrator Class. More...
#include <GenICam.hpp>
Public Member Functions | |
| virtual void | UpdateDevList (void)=0 |
| virtual uint32_t | GetNumDev (void) const =0 |
| virtual EvoRC | SelectDev (uint32_t idx)=0 |
| virtual uint32_t | GetSelDev (void) const =0 |
| virtual const char * | GetDevIfc (void) const =0 |
| virtual const char * | GetDevVendor (void) const =0 |
| virtual const char * | GetDevModel (void) const =0 |
| virtual const char * | GetDevSerialNo (void) const =0 |
| virtual const char * | GetDevID (void) const =0 |
| virtual Dev::Ptr | OpenDev (void)=0 |
Static Public Member Functions | |
| static EVOGIC_DECLSPEC Ptr | Get (void) |
Admin class provides infrastructure which finds out GenICam devices connected to the host and provides their known information and gives access to them.
|
static |
Get GenICam administrator. Whenever called, new administrator object is not created but the reference to single one returns.
|
pure virtual |
Get ID of the selected GenICam device.
|
pure virtual |
Get interface type of the selected GenICam device.
|
pure virtual |
Get model name of the selected GenICam device.
|
pure virtual |
Get serial number of the selected GenICam device.
|
pure virtual |
Get vendor name of the selected GenICam device.
|
pure virtual |
Get number of all the supported GenICam devices.
|
pure virtual |
Get the GenICam device which is currently selected.
|
pure virtual |
Open the selected GenICam device.
|
pure virtual |
Select specific GenICam device.
| [in] | idx | Index to required GenICam device. |
|
pure virtual |
Find out all the GenICam devices connected through supported interfaces such as Ethernet, USB, FireWire and so on. This method could take several seconds dependinig on systems.