Stephanowicz
Stephanowicz
Thank You guys - finally we dared to upgrade to v7.0 and only had one older plugin not working, that we could fix quite easily. Cheers, Stephan
As far as I can see it happens in webcamlib.cpp @ `void CameraMethods::StopCamera() ``g_pMediaControl->StopWhenReady();` or `g_pMediaControl->Stop();` This is calling `virtual HRESULT STDMETHODCALLTYPE StopWhenReady( void) = 0;` in control.h Dunno if...
O.k. - after ~6 hours digging and trying different suggestions I think the solution regarding WPF is to seperate threads for updating the imagesource in the window as suggested here:...
Well, did You take a look at [http://stackoverflow.com/a/33285565](http://stackoverflow.com/a/33285565) ?
O.k., I managed it as described in the thread with a Dispatcher timer. The timer is enabled each time a new Frame is available. I tried to extract it from...
Sorry, not really... The idea of the workaround is to put the image into a local resource in `onImageCaptured` : `_camImageSource = BitmapConversion.ToWpfBitmap(frame.Image); ` and then in an other thread...
Good to hear that it is working now! Cheers, Stephan
Hi, a little while ago - nevertheless: the ipset has to be created before it can be updated... this should have been done by these lines from the .conf file...
wtf? Sorry, but 'this guy' isn't responsible for the IP's being blocked - this software just creates firewall rules from IP-Lists that are generated by **others** like abuse.ch, spamhaus etc....
Hi, may someone help me to understand where I can catch this exception `mpd.base.ConnectionError: Connection lost while reading line` as I have several nested try/catch blocks - but they don't...