Hello, and thanks for a great tool!
I’ve successfully installed Aravis-gst using MSYS2 on my windows 10 machine using the mingw64 packages, but I’m having trouble with getting it to work properly.
I’ve successfully started a fake camera instance, but running arv-test.exe results in the following output:
Found 1 device
Testing ‘Aravis:Fake’
Genicam:Load SUCCESS
Genicam:Schema SUCCESS Version check disabled
Properties:SensorSizeReadout SUCCESS
Properties:SensorSizeCheck SUCCESS 2048x2048
Properties:GainReadout SUCCESS
Properties:ExposureTimeReadout SUCCESS
Segmentation fault
Trying the gstreamer source plugin also results in a segmentation fault:
$ gst-launch-1.0.exe -v aravissrc ! fakesink
Use Windows high-resolution clock, precision: 1 ms
Setting pipeline to PAUSED …
Pipeline is live and does not need PREROLL …
Pipeline is PREROLLED …
Setting pipeline to PLAYING …
Segmentation fault
Tested the aravis viewer with the same result, segmentation fault when connecting to the fake camera.
Tested with a Basler Ace Genicam with the viewer aswell, did not segfault but no frames were streamed=0fps. The camera worked properly with Baslers’ own viewing software.
Checked the network activity with Wireshark when trying the fake camera and arv-test.exe, and it reported an ICMP error Destination unreachable (Port unreachable)
Anyone that has experienced anything similar or could point out what might be the cause of these issues?
best regards
Björn