Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是实习生。他们给了我一个代码(C++),它在 Kinect 的相机上。所以他们希望我将其转换为相机 Intel realsense 的等效代码。所以基本上我得到了一个错误。
Cam1(IKinectSensor *t_KinectSensor, WishLog *t_Log);
英特尔实感的等效传感器是什么?
您必须使用完全不同的 API 才能使用 realsense 相机。kinect 和 realsense 根本无法兼容。您需要从头开始编写它。