-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Multicamera IMU data mix up #4297
Comments
I'm not sure why this isn't being addressed. I bought two D435i and the other one is useless because of this problem. BUMP |
I too am having this issue. We have a complex multi-camera setup with 5 cameras, and the IMU data is coming from all cameras at once. We are trying to use the accelerometer data to estimate camera pose, but with no way to know which data comes from which camera, the data is not useful. |
Following up here. I tried upgrading firmwares on all the cameras, and updated the Windows UWP Driver to the latest available. Here is a description of my setup:
|
* IntelRealSense#4297 Multicamera IMU data mix up * Added Windows helper class surrounding Configuration Management nodes * HID devices now use the unique-ID assigned to their parent node (which is the USB node)
* IntelRealSense#4297 Multicamera IMU data mix up * Added Windows helper class surrounding Configuration Management nodes * HID devices now use the unique-ID assigned to their parent node (which is the USB node)
This should be resolved with the latest release |
IntelRealSense#4297 Multicamera IMU data mix up
Before opening a new issue, we wanted to provide you with some useful suggestions (Click "Preview" above for a better view):
All users are welcomed to report bugs, ask questions, suggest or request enhancements and generally feel free to open new issue, even if they haven't followed any of the suggestions above :)
Issue Description
I have two D435i. When both are plugged in, polling the IMU data appears to get mixed up. It happens even when the IMU stream is disabled on one camera, and I only read the IMU in another. The reading appears to be coming from both devices at random.
This can be replicated from the rs-multicam.cpp example by enabling only the gyro and accel.
Edit: Also visible in the Viewer.
The text was updated successfully, but these errors were encountered: