This question shows research effort; it is useful and clear
1
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我有一个 OpenMV H7 相机,我需要将其输出读入 OpenCV。现在,串行输出是 ttyACM0,我可以在其中流式传输图像帧。如何在 C++ 代码中读取这些帧?我无法使用cv::VideoCapture(),因为相机未被识别为视频设备。到目前为止,我发现的 C++ 串行库非常混乱。我可以使用serial库在 python 上执行此操作。阅读 c++ 的任何帮助都是有价值的。