Inactive Color Channel with IMU (D455, windows 10)
HW: D455
OS: Windows 10.
SDK: v2.40.0
Recently, I updated the firmware through Intel RealSense Viewer v2.40.0.
After that, color channel is inactive after imu (motion module) is activated.
Concretely, if I turn on motion module at once, color channel is inactive.
The problem is not occurred when activating mix of depth and color.
The mix of imu and color evokes the problem, I guess.
The similar phenomena is happened in my c++ code.
rs2_error is outputted when starting pipeline.
The error is "RS2_EXCEPTION_TYPE_INVALID_VALUE".
I'm happy if the problem is resolved soon.
-
Hi Miyamoto Ken You are correct, this is a known issue. Information about it can be found in the link below.
https://github.com/IntelRealSense/librealsense/issues/7584
When creating your own application, a fix for the issue is to create separate pipelines for the streams (put IMU on one pipeline on its own and depth / color on the other) or use callbacks.
Please sign in to leave a comment.

Comments
5 comments