Emmanuel Pacaud
Emmanuel Pacaud
Did you try arv-tool ? For example: ``` arv-tool-0.8 network ip=192.168.0.1 mask=255.255.255.0 gateway=192.168.0.254 ```
Hi, Thanks for the report. It is probably another instance of the legacy endianness support issue. You device should be added to the exception list in `arvgcport.c`, like what is...
When then python program crashes, it does not release the camera control right it has. You may have to wait a few seconds before being able to control again the...
I'm not sure how it is possible to configure the streaming automatically in this case, without probing all the interfaces. Do you have an idea about how to implement what...
The GigEvision camera does not receive any stream packet at all. Do you have a firewall that would block the stream packets ? Or an exotic network configuration ? Did...
Please attach the Genicam data obtained with `arv-tool-0.8 genicam`.
Hi Cynthia, Thanks a lot for the data. ```xml Width of the image provided by the device (in pixels). Width of the image provided by the device (in pixels). Width...
It makes sense.
Hi, Thanks for the report. It looks like the Genicam data are incorrect. Default cachable for a MaskedInt is WriteThrough. LineMode_Output_Avl and LineMode_Input_Avl are read only, and the cache is...
Hi @jeffhcon , thanks for the report Could you attach the output of `arv-camera-test-0.8 --duration=1 -d device,stream` (with and without your patch)?