Skip to content

Conversation

kaatrasa
Copy link
Member

With OAK-D data (multiple cameras) main branch gives this error message:

/home/kaatr/Downloads/release/env/lib/python3.8/site-packages/numpy/lib/nanfunctions.py:1217: RuntimeWarning: All-NaN slice encountered
  return function_base._ureduce(a, func=_nanmedian, keepdims=keepdims,

@kaatrasa kaatrasa requested a review from Bercon August 11, 2025 12:55
latestGyroTime = t
for f in framesMissingNextGyroTime:
gyroTimeDeltas["next"] = abs(latestGyroTime - gyroTimeDeltas["t"])
f["next"] = abs(latestGyroTime - f["t"])
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug was that gyroTimeDeltas doesn't refer to f when there are multiple frames on one line.

@kaatrasa kaatrasa merged commit 2babf6f into main Aug 11, 2025
@kaatrasa kaatrasa deleted the sai-cli-diagnose-frame-arrival-clean-up branch August 11, 2025 13:16
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

Successfully merging this pull request may close these issues.

2 participants