Thies Möller

Results 203 comments of Thies Möller

Hi @adragoset, on ubuntu 16.04 direct IP adressing works normally. Do find out what 18.04 has set differently and as you have the full pylon SDK installed, please check the...

@maximehyh See https://github.com/basler/pypylon/issues/429

start unlimited grabbing using: `cam.StartGrabbing()` you can stop the grabbing, when you detect your condition by calling `cam.StopGrabbing()`

I've shown how to communicate with ffmpeg in this ticket: https://github.com/basler/pypylon/issues/113#issuecomment-543774545 Haven't tested it, but it should be possible to configure ffmpeg as an rtp source: https://trac.ffmpeg.org/wiki/StreamingGuide

Depending in your camera model, Basler GigE cameras can fully saturate the network connection. This could result in issues if your host is not fast enough to handle the amount...

As getting images with an ROI different from what you have configured _before_ StartStreaming is not possible by design, ( unless you would be using the sequencer control feature )...

please build according to readme... or if you are expert on travis osx builds, you could help setting up compiling the binaries for osx

Never tried ... First check that swig version is compatible with pypy

can you test in your environment: `pypy3 -mpip install git+https://github.com/thiesmoeller/pypylon@fix/pypy_compat_fix#egg=pypylon` I excluded the zero copy support, which is currently the reason for pypy not compiling.. ... and not mandatory to...

What do you mean by "stream video"? Interacting with the keyboard is not part of pypylon. It depends on your type of application ( graphical/command line) and the operating system...