1

我正在使用 tegra 开发人员包,我想使用 openCv 将相机图像作为 RGB 像素数组。我努力了:

VideoCapture vc = new VideoCapture();
    Mat mat = new Mat();
vc.retrieve(mat);

但我唯一得到的是错误。

4

0 回答 0