You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am able to ping to the camera with ping 169.254.0.1:
PING 169.254.0.1 (169.254.0.1): 56 data bytes
64 bytes from 169.254.0.1: icmp_seq=0 ttl=255 time=0.692 ms
64 bytes from 169.254.0.1: icmp_seq=1 ttl=255 time=0.411 ms
64 bytes from 169.254.0.1: icmp_seq=2 ttl=255 time=0.434 ms
64 bytes from 169.254.0.1: icmp_seq=3 ttl=255 time=0.410 ms
I have verified that the firewall is off with sudo ufw status:
Status: inactive
Camera description:
Manufacturer: Cognex
Model: IS8400M
Interface: GigE
Platform description:
Aravis 0.8
OS: Ubuntu 20.04
Hardware: x86_64
The text was updated successfully, but these errors were encountered:
Camera has an M12 connector with which it is connected to PC for data transfer (with RJ45) and to PSU for 48V power using a breakout cable. With Cognex' proprietory software (InSight Explorer), I am able to at least detect the camera and get a live feed (although that too did not detect the sensor by default; I had to manually scan the peripherals). Let me know what you think; I'll try to add an image of the setup here tomorrow.
Thank you for the reply and very much grateful for this project!
I don't know what is causing your issue. What could help is a wireshark capture of the traffic on the 169.254.0.0 interface while aravis is trying to connect to the camera.
Running
arv-tool-0.8 -d all
gives following output:I am able to ping to the camera with
ping 169.254.0.1
:I have verified that the firewall is off with
sudo ufw status
:Camera description:
Platform description:
The text was updated successfully, but these errors were encountered: