-
### Type of Issues
Enhancement/Error
### Operating System
Windows 64
### Python version
3.7.9
### pypylon version
1.5.4
### Basler camera
acA1300-30g
### Description of Problem …
-
In Python Package Index, the last version of pypylon package is [1.4.0](https://pypi.org/project/pypylon/#history).
However, the newest release of repository is [1.5.1](https://github.com/basler/py…
-
I'm very insterested in your Pylon wrapper. Good work !
Unfortunately it is nearly undocuented. Could you give some basic examples showing the configuration of the camera and the usage (setting the fr…
-
### Describe the issue:
(this is not a bug on pypylon, it's a bug on pylon itself or in Qt)
Hi, I installed pylon using the [deb package](https://www2.baslerweb.com/media/downloads/software/pylon_…
-
### Describe the issue:
The user want to use vTools and OpenCV together. The workflow as follows.
* Pre-processing by OpenCV
* Convert numpy to pylon image
* Matching by vTools
It got argumen…
-
Hello,
We try to grab image by grabone.py sample following URL.
https://github.com/basler/pypylon/blob/5cd49e44d719eb7d122a86d78a6f2c95ec33881b/samples/grabone.py
The source code cause followin…
-
Am using the latest pylon & pypylon.
I have a simple code snippet to add camera belonging to a different subnet into the current subnet and to start grabbing:
```
factory = pylon.TlFactory.GetIns…
-
hey folks,
**Is there a way to trigger a TTL programmatically in python? Reasoning below: tl;dr I want to debug with our oscilloscope and can't get any signal under any circumstances and documentat…
-
Is there any way to rotate the image feed by 90 degrees on a Basler Ace 2 camera with pypylon?
I'm able to do it using opencv.rotate() function but would like to know if there's a standard and stra…
-
Hi,
I have seen the library InstantCameraAppSrc library from Imaginghub that can be used to utilize Gstreamer and Basler camera. It does not however consider python. Its all C code. Anyone here who…