GigE specific instant camera array. More...
#include <pylon/gige/BaslerGigEInstantCameraArray.h>
Inherits CDeviceSpecificInstantCameraArrayT< CBaslerGigEInstantCamera >.
Public Member Functions | |
CBaslerGigEInstantCameraArray () | |
Creates an Instant Camera Array of size 0. More... | |
CBaslerGigEInstantCameraArray (size_t numberOfCameras) | |
Creates an Instant Camera Array. More... | |
GigE specific instant camera array.
|
inline |
Creates an Instant Camera Array of size 0.
Initialize() can be used to adjust the size of the array.
|
inline |
Creates an Instant Camera Array.
Calls Initialize() to adjust the size of the array.
[in] | numberOfCameras | The number of cameras the array shall hold. Can be 0. |
The index operator can be used to access the individual cameras for attaching a Pylon Device or for configuration.
Example: