areaDetector 3-14
EPICS areaDetector framework
|
Pylon camera configuration event handler. More...
Public Member Functions | |
ADPylonConfigurationEventHandler (ADPylon *driver) | |
virtual void | OnCameraDeviceRemoved (Pylon::CInstantCamera &) |
Called when a camera device removal from the PC has been detected. | |
Pylon camera configuration event handler.
|
inline |
|
inlinevirtual |
Called when a camera device removal from the PC has been detected.
Notify the PylonCameraTask thread, instead of calling cameraDisconnected directly. Because this method is invoked with camera object locked. calling cameraDisconnected will acquire asyn port lock. However a normal camera interaction acquires the locks in the reverse order. This could cause a deadlock.