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
I'm having a similar problem to (Issue #150), but because I'm trying to make my own DataProvider implementation that will provide webcam data and generated IMU data. (In the future I'll replace this with real IMU and camera data).
The frames are being captured, but for some reason the queue size has stopped at 1.
I'm having a similar problem to (Issue #150), but because I'm trying to make my own DataProvider implementation that will provide webcam data and generated IMU data. (In the future I'll replace this with real IMU and camera data).
The frames are being captured, but for some reason the queue size has stopped at 1.
Here is the code of my OnlineDataProvider:
And the code for its use:
The text was updated successfully, but these errors were encountered: