You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See issue vstadnytskyi/intel-realsense-devices#17 for details. The circular buffer numpy library needs to be modified. Also, see exact code that can reproduce the error.
The proposed solution:
check the dimensionality of incoming data. If data is one dimension smaller, assume that first dimension is 1. If dimensionality the same, append as it is.
See issue vstadnytskyi/intel-realsense-devices#17 for details. The circular buffer numpy library needs to be modified. Also, see exact code that can reproduce the error.
The proposed solution:
circular_buffer_numpy/circular_buffer_numpy/circular_buffer.py
Line 50 in 7c039cd
The text was updated successfully, but these errors were encountered: