Extends the CInstantCamera by USB specific parameter interface classes. More...
#include <pylon/usb/BaslerUsbInstantCamera.h>
Inherits CDeviceSpecificInstantCameraT< CBaslerUsbInstantCameraTraits >.
Public Member Functions | |
CBaslerUsbInstantCamera () | |
Creates an Instant Camera object with no attached Pylon device. More... | |
CBaslerUsbInstantCamera (IPylonDevice *pDevice, ECleanup cleanupProcedure=Cleanup_Delete) | |
Creates an Instant Camera object and calls Attach(). More... | |
~CBaslerUsbInstantCamera () | |
Destroys an Instant Camera object. More... | |
Extends the CInstantCamera by USB specific parameter interface classes.
|
inline |
Creates an Instant Camera object with no attached Pylon device.
|
inline |
Creates an Instant Camera object and calls Attach().
See Attach() for more information.
[in] | pDevice | The Pylon device to attach. |
[in] | cleanupProcedure | If cleanupProcedure equals Cleanup_Delete, the Pylon device is destroyed when the Instant Camera object is destroyed. |
|
inline |
Destroys an Instant Camera object.
Calls Attach( NULL) for destroying or removing a Pylon device depending on the passed cleanup procedure.