After trying to configure an ipcamera to connect with Kinovea (v0.8.12) I was not able to click the "select source" button on the capture screen page.
Im not sure if this is of any help but the error log is below:
================================BEGIN
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.ArgumentOutOfRangeException: InvalidArgument=Value of '0' is not valid for 'SelectedIndex'.
Parameter name: SelectedIndex
at System.Windows.Forms.ComboBox.set_SelectedIndex(Int32 value)
at Kinovea.ScreenManager.formDevicePicker..ctor(List`1 _devices, DeviceDescriptor _currentDevice)
at Kinovea.ScreenManager.FrameGrabberAForge.PromptDeviceSelector()
at Kinovea.ScreenManager.CaptureScreenUserInterface.btnCamSettings_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3615 (GDR.050727-3600)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Kinovea
Assembly Version: 0.8.12.38420
Win32 Version: 0.8.12.0
CodeBase: file:///C:/Program%20Files/Kinovea/Kinovea.exe
----------------------------------------
[joan: edited for clarity]