DeviceDiscovery.Discover: SEHException

Hi,

When trying to run the device discovery while an image is loaded, I get the following exception:

{System.Runtime.InteropServices.SEHException (0x80004005): External component has thrown an exception.
at Stemmer.Cvb.DriverLib.DODiscover(String seed, Int64 flags, Int64 reserved, IntPtr& list, IntPtr timeout)
at Cvb.Driver.DeviceDiscovery.Discover(String seed, Flags flags, Int64 reserved, Int32 timeoutMs, ATLIST& list)
at Cvb.Driver.DeviceDiscovery.Discover(Flags flags, ATLIST& list)ā€¦

The used flags are: IgnoreVins | UpToLevelInterface.

In the end, Iā€™d like to able to run the discovery without taking into account whether there are images already loaded or not.
Can this be done?

Hi Tomes,

The exception you get need to be fixed by us.
Then you will be able to make discover even if the camera is in use.

Hi Sebastian,

Could you let me know when this is fixed?

Hi Tomes,

We plan to release the fix within one week with the Bugfix Release CVB 13.00.005

2 Likes

Hi everyone! 13.00.005 is now available for download in the #downloads category. Thanks a lot for your patience!

1 Like

Just tested it: everything works fine. Thanks!

1 Like