Hervé Rouault
Hervé Rouault
For the list of transport layers, I obtain: ``` U3V GEV CXP ``` but the output of `pylon.TlFactory.GetInstance().EnumerateDevices()` is an empty tuple although the camera is well detected in pylon...
I would be ok with recompiling pypylon but the `setup.py` script is large and I really don't see what to modify. The second solution might not fit my needs since...
sorry, I forgot to reply to that... The cameras are on a windows platform. Thanks!
When I try to install, I get this error: ``` OSError: PYLON_DEV_DIR is not set ``` Searching the `.appveyor.yml` file, I understand I should set it up to the develpment...
This is working. The cameras are now appearing. Thank you very much! I guess I can apply this patch to the newer version of pypylon?
This is before the modification:  and after:  Some examples that I don't have at hand anymore were even more striking.
I'll try to find a better hack in the next few days. Then I'll submit a PR.
It introduces new problems. Here is the fragment shader I use for the texture gradient method: ``` glsl #version 330 core uniform sampler2D u_texture; in vec2 UV; in vec4 FrontColor;...
Looking at the `distance-field-2.c` example, I still see some imperfections:  (look at the "p" and "v" in particular). They seem to be easy to correct since the spurious traces...
> How is the e rendered? So, e looks fine, d doesn't? Then I suggest you debug that. Well, this is not trivial... The supersampling does debug that. > I...