ICog1394DCAMAccess BusConfigurationChanged EventCognex VisionPro 9.7
Occurs when a bus configuration changed (e.g. unplugged or bus reset) is detected for this frame grabber.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.0.0
Syntax

event Cog1394DCAMBusConfigurationChangedEventHandler BusConfigurationChanged

Value

Type: Cognex.VisionPro Cog1394DCAMBusConfigurationChangedEventHandler
Remarks

This event fires whenever there is a change in the IEEE1394 bus configuration. In general, the only appropriate action for your application to take in reponse to this event is to terminate the application gracefully. Once this event fires, the acquisition hardware and software may no longer be consistent, and the only way to fix that is to restart the application.

See Also