Skip to content
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

Error: e210fffc (The connection between the camera and Jetson becomes unstable.) #73

Open
RyuAmakaze opened this issue Nov 11, 2023 · 0 comments

Comments

@RyuAmakaze
Copy link

Error

The camera occasionally produces an Error: e210fffc, and upon executing the 'lsusb' command in the Jetson terminal,
it has been confirmed that the camera is not recognized. The log at the time of the issue is as follows:

Error: e210fffc
[ INFO] [1689308329.098251080]: [Camera] Camera closed
terminate called after throwing an instance of 'boost::wrapexcept<boost::lock_error>'
  what():  boost: mutex lock failed in pthread_mutex_lock: Invalid argument

Debug

camera_test.zip

Debugging code has been attached to demonstrate how to trace the issue when the error occurs.
Based on the observed circumstances, it is inferred that 'ptrGrabResult->GrabSucceeded()' is evaluating to False.

[ INFO] [1689322235.991963013]: trigger_num : 8
[ INFO] [1689322235.991984134]: A
[ INFO] [1689322235.992001638]: B
[ INFO] [1689322236.003959851]: [Camera] simulator recommend by stage 25, 23, 50
[ INFO] [1689322236.520937697]: [Camera] simulator recommend by stage 26, 24, 55
[ INFO] [1689322236.775835207]: C
Error: e210fffc
[ INFO] [1689322236.804900722]: [Camera] Camera closed

Additionally, it is noted that monitoring the camera temperature has been performed previously,
and it is unrelated to the current error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant