-
Notifications
You must be signed in to change notification settings - Fork 3
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
IOC stops collecting images from the camera #2
Comments
It can only mean the camera stops sending image data. Will the Stop/Start cycle be able to recover, instead of IOC restart? |
That's the problem, stop/start does not recover, only an IOC restart. What's more problematic is that it is not reproducible, sometimes it happens on 3M+ frames collected sometimes on few 100Ks. Even across cameras the behavior is different. |
I just found out that MTU size (GevSCPSPacketSize) was set to 576 bytes, this caused us similar problem in the past, I set it to 1500 and the camera is working fine for 3 days. Are their certain circumstances that need MTU to be 9000? |
From https://docs.baslerweb.com/network-configuration-(gige-cameras)
And
|
Hi
Out of no where, the driver stops collecting images from the camera even if it is connected and "Acquire" on, the IOC shell shows the error message in ADPylon.cpp:485. To resolve it, I have to restart the IOC.
The text was updated successfully, but these errors were encountered: