Realsense T265 tracking camera
11–20 of 20 posts
Re: Realsense T265 tracking camera
#12Re: Realsense T265 tracking camera
#13Re: Realsense T265 tracking camera
#14In case you're wondering - it's $209 from Mouser: https://www.mouser.com/new/Intel/intel-realsense-camera-t265...
Re: Realsense T265 tracking camera
#15Re: Realsense T265 tracking camera
#16Back up a bit... what exactly is a tracking camera?
Re: Realsense T265 tracking camera
#17Interesting. I wonder how it compares in capability to these algorithms, which are in Nvidia’s Redtail SDK: https://youtu.be/T7-IxCW1UlA
This camera only tracks its own pose - it doesn't output a full depth map, according to the FAQ.[1]
The visual odometry algorithm ("Elbrus") in that video can supposedly be run on an NVIDIA Jetson board (unclear which one) at 30fps.[2] It seems like this runs on the CPU, which is pretty impressive.
The Elbrus demo app uses the $450 ZED stereo camera[3], compared to the $200 T265[4], though there's probably nothing stopping someone from using Elbrus with cheaper cameras, including possibly this one.
1. https://www.intelrealsense.com/tracking-camera-t265/#fl-accordion-5c70b553f2112-tab-0, "Is this a depth camera?"
2. https://docs.nvidia.com/isaac/isaac/packages/perception/doc/visual_odometry.html
3. https://store.stereolabs.com/products/zed/
4. https://store.intelrealsense.com/buy-intel-realsense-tracking-camera-t265.htmlRe: Realsense T265 tracking camera
#18Nice project! Your 3D printed case for the stereo pair removes a lot of potentially useful information for the feature extraction algorithm. If it can help, I have an old project where we mounted a realsense (R300 if I remember well) on Hololens. You can inspire from our 3D printed mount, the CAD is available here : http://vision.gel.ulaval.ca/~jflalonde/projects/hololens3d/i...
Re: Realsense T265 tracking camera
#19Re: Realsense T265 tracking camera
#20Interesting. I wonder how it compares in capability to these algorithms, which are in Nvidia’s Redtail SDK: https://youtu.be/T7-IxCW1UlA
Neat, thanks for linking this, I hadn't heard about Redtail before. This camera only tracks its own pose - it doesn't output a full depth map, according to the FAQ.[1] The visual odometry algorithm ("Elbrus") in that video can supposedly be run on an NVIDIA Jetson board (unclear which one) at 30fps.[2] It seems like this runs on the CPU, which is pretty impressive. The Elbrus demo app uses the $450 ZED stereo camera[…