I could trace that to the memory usage of the software, racing up as high as 1.6 GB Ram sometimes. The garbage collector of Visiual Studio frees up mem in intervals, most of the time that works, but on my machine as soon as it reached >1.6 GB Ram app threw some exceptions and the cam was offline.
In my own version I saw the same behaviour. I worked some days trying to avoid it, but could not do it. Until I found out, that there is a simple command to run the garbage collector:
Code: Select all
GC.Collect();
Maybe you should add that to the official software too..
I could hit my head now, searched so long for a solution, and it was not far away