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 タグを作成し、取得した情報をそれらの画像に書き込みます。