如何在 Python 中使用 See3CAM 读取视频
我有一台名为 See3CAM_CU55M - 5MP 单色 USB NIR 相机。
我想使用 Python 和 OpenCV 阅读视频。但视频和帧的格式不正确。 有什么想法如何以正确的方式阅读它吗?
I have a camera called See3CAM_CU55M - 5MP Monochrome USB NIR Camera.
I want to read videos using Python and OpenCV. But the video and frames are not in a proper format.
Is there any idea how to read it in a proper way?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

我得到公司的答复说我已经购买了相机。我将在这里分享。
感谢您购买我们的相机产品,我们收到了有关 See3CAM_CU55M 相机无法在 OpenCV 中进行流传输的询问。
请参阅3CAM_CU55M 对 Y8 和 Y12 格式的支持。默认情况下,OpenCV不支持Y8和Y12格式。因此,我们开发了一个基于 OpenCV 的示例应用程序 – OpenCVCam,它是一个用于 Streaming 和 Streaming 的命令行应用程序。图像捕获以及对 Windows 和 Linux 中 e-con 系统相机的标准 UVC 控制的支持。
https://github.com/econsystems/opencv
请参考安装手册安装OpenCVCam应用程序来自以下链接:
Windows:
https://github.com/econsystems/opencv/blob/master/Documents/OpenCV_Installation_Windows_Manual_v1.6.pdf
Linux:
https://github.com/econsystems/opencv/blob/master/Documents/OpenCV_Installation_Linux_Manual_v1.4.pdf
I got an answer from the company that I have bought the camera. I will share it here.
Thank you for purchasing our camera products, we received a query regarding the See3CAM_CU55M camera not streaming in OpenCV.
See3CAM_CU55M support for the Y8 and Y12 format. By default, OpenCV doesn’t support Y8 and Y12 formats. So, we have developed an OpenCV-based sample application – OpenCVCam, which is a command-line application for Streaming & Image capture along with the support for standard UVC controls of e-con System cameras in both Windows and Linux.
https://github.com/econsystems/opencv
Please refer to the installation manual to install the OpenCVCam application from the following link:
Windows:
https://github.com/econsystems/opencv/blob/master/Documents/OpenCV_Installation_Windows_Manual_v1.6.pdf
Linux:
https://github.com/econsystems/opencv/blob/master/Documents/OpenCV_Installation_Linux_Manual_v1.4.pdf