L515 does not stream infrared when enabling depth stream
Hi,
I'm trying to stream both images streams and motion.
totally 5 streams:
1. depth
2. infrared
3. confidence
4. gyro
5. accel
this is my configuration:
-
Hello Asaf,
I'm not sure but I think the problem is that you can't get both infrared and depth using the frame callback with pipe.start. If you use pipe.wait_for_frames() you will get both stream types.
I am checking with engineering on this.
Sincerely,
Jesus G.
Intel Customer Support -
Thanks for the response,
Before I needed gyro and accelometer(motion frames) I used the pipe.wait_for_frames() method but later when I want to receive motion frames as well, I miss motion frames since the motion frames frequency is much faster than the images frames frequency.
when I printed the frame number for each stream I saw that the depth, infrared and confidence frames are perfectly synchronized and are incremented by 1 which is great but the gyro and the accel frame number increment by 7 or 10(it make sense because of the frequency difference).
If it's possible to get all these frames with pipe.wait_for_frames(), so I expect that the function return with a rs2::frameset, and it will contains a batch of frames of gyro and accel so I will have no frame drops
Is there any way to do that?
Please sign in to leave a comment.
Comments
2 comments