Matthias Blaicher

Results 35 comments of Matthias Blaicher

I still observe this issue on TCP sync client if transmission is interrupted by `KeyboardInterrupt`. I think this is caused by the reconnect code not catching this exception. Maybe consider...

Usually this happens with GigE network cameras if they are not run with Jumpo Ethernet packages. Did you check that?

Yes, I specifically checked for the patlib library availability. But Python 3.4 is already end of life. Even Python 3.5 will be EOL in september.

The more critical thing, I just realized would be the format strings I used. That is python 3.6. Feel free to use ore modify this code as you like :-)...

Hi Uli, basically you can do whatever you want with the code - I see it as a simple example on how to create a bootloader. But I've been a...

I think it might be a good idea to check if the camera is still grabbing and stop it before restarting it. Also checking while still being in the iterator....

Hi Robert, the WFM files are just memory dumps (at least for the DS1000 series) and hence quite specific to the oscilloscope series. I've never seen an DS2000 series WFM...

Guys, I do not own a DS2000 series. The file format is completely different. I have some ideas but I need test data. Could you please provide me with the...

It might be interesting to calculate offset variables of the saved displayed scaling to the measured scaling. But for now it is best displayed as measured, I think.

Hi @maxlklaxl, how do you handle your image data? Up to now, I've tried to return useful numpy arrays. In case of color or even more complex stuff like YUV...