-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cameras keep losing connection #58
Comments
How does the driver maps the cameras ,is it possible when one camera disconnects the other points to its space ,also any tips on the switches or network adaptors I should use. |
How do you start the cameras? Do you configure the device_user_id for each camera? |
Hi, we are facing similar issue here with a 5 usb camera setup. |
From what I understand is that the mapping of the cameras gets changed I don't know why, so what I did is I increased the delay that the code waits for before reconnecting to the camera so that it has time to show itself again, also I worked around with the interpacket delay and frame transmission delays so that not all cameras send packets at the same time, however I was using an Ethernet cameras not usb ones, https://github.com/yasmeenel3sh/pylon_camera , this a link to my modified package it has more features including internal timestamping and hardware triggering (though not tested on usb) |
This part in pylon_camera_node.cpp , i changed the value from 0.5 to 1.5 |
I am trying to synchronize multiple cameras together ,I added ptp support to the package and fetching chunk timestamp ,also hardware triggering , however when I connect the 2 cameras ,they don't send data with the required frame rate ,then one of them disconnects and when tries to reconnect it gives an error that it is used by another application, Did anyone face this issue before ,please help?
The text was updated successfully, but these errors were encountered: