View my account

Intel RealSense T265 OpenCV Detection

Comments

3 comments

  • Riccardo Lincetto

    Hello, I write here because I am also interested in the topic.
    I am trying to understand whether it is possible to enable a streaming of the fisheye lenses using opencv, and in particular VideoCapture interface.
    If you look at the tutorials provided by opencv, there is one on the subject (https://docs.opencv.org/master/db/d08/tutorial_intelperc.html). Here they refer to the Perceptual Computing SDK though.

    Does anyone know if this is also compatible with t265?

     

    0
    Comment actions Permalink
  • MartyG

    The T265 has two fisheye sensors with a monochrome image and lacks an RGB sensor, so would not be usable as a conventional webcam.  You can get a webcam-like image from a fisheye.

    https://github.com/IntelRealSense/librealsense/tree/master/examples/ar-advanced

    If your OpenCV code is specifically looking for an RGB stream then it probably would not find it from the T265.  I do not know of a case where it has been able to be used for face recognition, as it has neither RGB or depth sensing (though it can be paired with a depth camera).

    0
    Comment actions Permalink
  • MartyG

    If you are asking whether the T265 can be paired with the 2013 Perceptual Computing Camera, my understanding is that it should work with most depth-capable cameras, whatever the model.

    0
    Comment actions Permalink

Please sign in to leave a comment.