如何在 Python 中使用 See3CAM 读取视频

发布于 01-14 20:19 字数 113 浏览 3 评论 0原文

我有一台名为 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

木格2025-01-21 20:19:42

我得到公司的答复说我已经购买了相机。我将在这里分享。

感谢您购买我们的相机产品,我们收到了有关 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文