Best RealSense replacements?
31–40 of 84 posts
Re: Best RealSense replacements?
#32Your best bet is probably to order cheap IR or color industrial cameras and use stereo block matching. It's implemented in OpenCV and works okay-ish. For example, Basler dart USB3 cameras can be synchronized through the IO expension port. That said, maybe it's time for someone to produce a good replacement. In my opinion, the RealSense was always quite pricey when compared with what it could do, especially now that w…
There is no way this is a replacement for the RealSense depth cameras. These are USB, bus powered, factory calibrated, cameras doing the block matching in an ASIC. Often with an IR projector to help the matching. This like saying, oh well, I can’t find a GPU, so I’ll just compile Mesa for the CPU and my product will be fine.
IR projector is $19: https://www2.mouser.com/ProductDetail/ams/AQAA-20?qs=DRkmTr7...
Re: Best RealSense replacements?
#33Re: Best RealSense replacements?
#34The Kinect Azure outperforms the RealSense devices. There are also devices based on the Infineon lidar, such as the pieye Nimbus 3D camera.
Re: Best RealSense replacements?
#35Take a look at the Stereolabs Zed cameras.
My company uses ZEDs now, and we are planning to use their new models which are weatherproof, and they currently seem to be the only inexpensive option for outdoor sensing that works out of box. And we don't like them: need your own GPU (at least they support Jetson & co.), not enough SW flexibility, USB-only connection limits the cable length. Longer-term, we plan to use our own software with either a pair of conven…
[1] https://www.amazon.co.uk/FIBBR-Cable-Female-Active-Extension...
Re: Best RealSense replacements?
#36The Kinect Azure outperforms the RealSense devices. There are also devices based on the Infineon lidar, such as the pieye Nimbus 3D camera.
https://github.com/microsoft/Azure-Kinect-Sensor-SDK/issues/...
Re: Best RealSense replacements?
#37Incoming hearsay, but I've heard conflicting things from RealSense integrators on what Intel is actually doing with this product over the longer term. Someone mentioned that ongoing R&D is being shuttered, but the depth camera product would still be available for purchase for a while. It would be nice to get some more clarity on what's actually happening.
Re: Best RealSense replacements?
#38Moreover the AI implementier is actually Not really AI, it‘s just a bunch of common filters for depth-noise reduction such as a Median filter, just look up the filters. And lastly the depth-measurement becomes more unexact the further the point is away, therefore making it necessary to apply a depth-correction, in my case a correction polynom of 2nd Order.
All in all i have to say i‘d not use it again, especially not in industrial contexts. The Kinectv2 delivers a much more stable and reliable depth-image, Even though the realsense programming Interface is mostly nice to work with.
Re: Best RealSense replacements?
#39I have been using Intel‘s D-435i for 6D object Pose estimation and i have to say i was not really happy with the quality of the retrieved depth-frames. The Depth images are very noisy, flat surfaces appear heavily wavy thus making it difficult to apply it for tasks that demand a relatively exact 3D representation of the surrounding Space, which is a problem that has been mentioned in a few issues by several other cli…
Re: Best RealSense replacements?
#40Earlier quoted context omitted.
There is no way this is a replacement for the RealSense depth cameras. These are USB, bus powered, factory calibrated, cameras doing the block matching in an ASIC. Often with an IR projector to help the matching. This like saying, oh well, I can’t find a GPU, so I’ll just compile Mesa for the CPU and my product will be fine.
Put an NVIDIA Jetson Nano in between and you also have hardware matching. IR projector is $19: https://www2.mouser.com/ProductDetail/ams/AQAA-20?qs=DRkmTr7...