Thies Möller
Thies Möller
can you post: ```python import pypylon.pylon as py import pypylon.genicam as geni tlf = py.TlFactory.GetInstance() cam = py.InstantCamera(tlf.CreateFirstDevice()) cam.Open() print(cam.DeviceModelName.Value) print(cam.DeviceFirmwareVersion.Value) print(cam.ChunkSelector.Symbolics) print(cam.ChunkModeActive.Value) ```
We recommend to use pyinstaller.
the current pyinstaller distribution contains a pypylon hook file, but this hook file on linux has an issue with packaging part of the USB driver libs. you have to reference...
Quick question what you want to reach? Sequence of images with different exposure times ?
Some first comments: Your takesnap routine always reinitializes the grab engine. This could take longer and different time You never really activate software trigger. Do I understand right that you...
Still the question if your original task is to average the images that you capture at a given exposuretime?? because `img = (img / stacking_count )*16` will create an integer...
Either use the commands like in the Readme https://github.com/basler/pypylon/blob/master/README.md#installation-from-source Or call python setup.py install
Is this under WSL?
As we have no 11.1 pylon yet, I assume you have to stay in the intel domain on rosetta2 Your homebrew is native arm?
have you tried to install an intel-homebrew on your apple-silicon? https://noahpeeters.de/posts/apple-silicon/homebrew-setup/#install-an-intel-homebrew