|
CameraUnplugged
|
|
| Camera: Integer
|
| Camera
|
| The index of the camera that has been disconnected.
|
|
|
| S_OK
|
| Success
|
| E_FAIL
|
| Failure.
|
| Private Sub ActiveGige1_CameraUnplugged(ByVal Camera As Integer)
|
| If ActiveGige1.Camera = Camera Then
|
| MsgBox "Currently selected camera has been disconnected"
|
| End If
|
| End Sub
|