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.
我正在使用 tegra 开发人员包,我想使用 openCv 将相机图像作为 RGB 像素数组。我努力了:
VideoCapture vc = new VideoCapture(); Mat mat = new Mat(); vc.retrieve(mat);
但我唯一得到的是错误。