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?