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
Hi @Userpc1010 The RealSense SDK has a C++ example program called rs-data-collect that streams depth, infrared and color and automatically additionally streams IMU data from camera models that are equipped with an IMU.
Another approach for streaming IMU data at the same time as other stream types such as infrared is to use a callback, as described in the C++ discussion at #6426
Issue Description
I'm trying to output IR stereo image and imu data with OpenCV imshow, but I only get a dark screen:
Without IMU I get the image without any problems:
I can't figure out what I'm doing wrong? I didn't find an example for stereo + imu so I turned here.
Sometimes when starting up, this mini image from the camera appears)))
The text was updated successfully, but these errors were encountered: