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.
我正在尝试在 Python 2.7 中使用带有 OpenCV 3 的 Creative Senz3D 相机的手势跟踪功能(现在我正在使用 Anaconda,但如果需要,我愿意更改它。)
截至目前,我可以从相机获取图像,但图像只有 3 个通道 - 无法访问深度,并且 CV_CAP_INTELPERC_DEPTH_MAP 等变量不起作用。我还没有找到任何关于如何设置 Python OpenCV 以使用相机功能的好的资源,并希望获得有关如何前进的参考或简要说明。