PySpin.SystemEventHandler¶
- class SystemEventHandler¶
A handler to interface arrival and removal events on the system. Note that only GEV interface arrivals and removals are currently handled.
- OnInterfaceArrival(self, pInterface)¶
Parameters¶
pInterface: Spinnaker::InterfacePtr
- Spinnaker::SystemEventHandler::OnInterfaceArrival
Interface arrival event callback. Note that only GEV interface arrivals are
currently handled.
- param pInterface:
Reference tracked pointer to Interface object of the adapter attached to the system
- OnInterfaceRemoval(self, pInterface)¶
Parameters¶
pInterface: Spinnaker::InterfacePtr
- Spinnaker::SystemEventHandler::OnInterfaceRemoval
Interface removal event callback. Note that only GEV interface removals are
currently handled.
- param pInterface:
Reference tracked pointer to Interface object of the adapter removed from the system