Hervé Rouault

Results 12 comments of 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: ![before](https://cloud.githubusercontent.com/assets/902437/12869575/df24fbbe-ccf1-11e5-9094-e62a2d9cf26b.png) and after: ![after](https://cloud.githubusercontent.com/assets/902437/12869576/e4912f8c-ccf1-11e5-8d26-67c46534c5dc.png) 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: ![remaining-defects](https://cloud.githubusercontent.com/assets/902437/12930789/5b5680a6-cf48-11e5-9357-e2a489b7954d.png) (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...