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.
有什么方法可以使用 OpenCV 2.4.2 保存一些 JPEG 元数据(如曝光时间)?
任何帮助,将不胜感激。
您可以使用VideoCapture 属性从图像(帧)中检索信息。
我使用pyexiv2创建 exif 标签并将检索到的信息写入这些图像。