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

camerad: fix CAM_SYNC requests #33757

Merged
merged 2 commits into from
Oct 9, 2024
Merged

camerad: fix CAM_SYNC requests #33757

merged 2 commits into from
Oct 9, 2024

Conversation

adeebshihadeh
Copy link
Contributor

The camcontrol struct happens to match enough that it worked to submit the request, but the result checking wasn't right.

Noticed while working on the debayer that camerad didn't care about this:

[26657.326035] CAM_ERR: CAM-ICP: cam_icp_mgr_process_msg_frame_process: 1525 failed with error : 4
[26657.351821] CAM_ERR: CAM-SYNC: cam_sync_wait: 393 Error: timed out for sync obj = 2
[26657.351851] CAM_WARN: CAM-SYNC: cam_sync_deinit_object: 183 Destroying an active sync object name:NodeOutputPortFence id:2
[26657.375468] CAM_ERR: CAM-ICP: cam_icp_mgr_process_msg_frame_process: 1525 failed with error : 4
[26657.401846] CAM_ERR: CAM-SYNC: cam_sync_wait: 393 Error: timed out for sync obj = 4
[26657.401870] CAM_WARN: CAM-SYNC: cam_sync_deinit_object: 183 Destroying an active sync object name:NodeOutputPortFence id:4
[26657.425543] CAM_ERR: CAM-ICP: cam_icp_mgr_process_msg_frame_process: 1525 failed with error : 4
[26657.451824] CAM_ERR: CAM-SYNC: cam_sync_wait: 393 Error: timed out for sync obj = 6
[26657.451848] CAM_WARN: CAM-SYNC: cam_sync_deinit_object: 183 Destroying an active sync object name:NodeOutputPortFence id:6
[26657.475506] CAM_ERR: CAM-ICP: cam_icp_mgr_process_msg_frame_process: 1525 failed with error : 4
[26657.501847] CAM_ERR: CAM-SYNC: cam_sync_wait: 393 Error: timed out for sync obj = 8
[26657.501870] CAM_WARN: CAM-SYNC: cam_sync_deinit_object: 183 Destroying an active sync object name:NodeOutputPortFence id:8
[26657.525448] CAM_ERR: CAM-ICP: cam_icp_mgr_process_msg_frame_process: 1525 failed with error : 4
[26657.551832] CAM_ERR: CAM-SYNC: cam_sync_wait: 393 Error: timed out for sync obj = 2
[26657.551866] CAM_WARN: CAM-SYNC: cam_sync_deinit_object: 183 Destroying an active sync object name:NodeOutputPortFence id:2
[26657.575471] CAM_ERR: CAM-ICP: cam_icp_mgr_process_msg_frame_process: 1525 failed with error : 4
[26657.601852] CAM_ERR: CAM-SYNC: cam_sync_wait: 393 Error: timed out for sync obj = 4
[26657.601879] CAM_WARN: CAM-SYNC: cam_sync_deinit_object: 183 Destroying an active sync object name:NodeOutputPortFence id:4
[26657.625458] CAM_ERR: CAM-ICP: cam_icp_mgr_process_msg_frame_process: 1525 failed with error : 4
[26657.651830] CAM_ERR: CAM-SYNC: cam_sync_wait: 393 Error: timed out for sync obj = 6

@adeebshihadeh adeebshihadeh merged commit 50baf37 into master Oct 9, 2024
16 of 17 checks passed
@adeebshihadeh adeebshihadeh deleted the camerad-fix-sync branch October 9, 2024 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant