elia
August 29, 2006, 10:11:22
I use 2 camemeras (DFK 31BF03). Both cameras is connected to the same FireWire bus.
My vb code is:
If Not ICImagingControl1.DeviceValid Then
ICImagingControl1.ShowDeviceSettingsDialog
ICImagingControl1.LiveStart
If Not ICImagingControl1.DeviceValid Then
MsgBox "No device was selected."
Unload Me
End If
End If
If Not ICImagingControl2.DeviceValid Then
ICImagingControl2.ShowDeviceSettingsDialog
ICImagingControl2.LiveStart
If Not ICImagingControl2.DeviceValid Then
MsgBox "No device was selected."
Unload Me
End If
End If
but sometime get the error msg:
" An unexpected DShowLibException occured: Error = startLive falied.
VideoCaptureDevice = DFx 31BF03 1
videoFormat = BY8 (1024x768)
in file : ".\GrabberPImpl.cpp" at line: 435 "
Why?
can u help me
thanks
My vb code is:
If Not ICImagingControl1.DeviceValid Then
ICImagingControl1.ShowDeviceSettingsDialog
ICImagingControl1.LiveStart
If Not ICImagingControl1.DeviceValid Then
MsgBox "No device was selected."
Unload Me
End If
End If
If Not ICImagingControl2.DeviceValid Then
ICImagingControl2.ShowDeviceSettingsDialog
ICImagingControl2.LiveStart
If Not ICImagingControl2.DeviceValid Then
MsgBox "No device was selected."
Unload Me
End If
End If
but sometime get the error msg:
" An unexpected DShowLibException occured: Error = startLive falied.
VideoCaptureDevice = DFx 31BF03 1
videoFormat = BY8 (1024x768)
in file : ".\GrabberPImpl.cpp" at line: 435 "
Why?
can u help me
thanks