*OpenCV/Patch to enable capturing frame rate setting on OpenCV 2.2 [#u60ffe1d] #multilang(ja){{ **概要 [#m27c3871] OpenCV 2.2のDirectShowによるキャプチャでフレームレート変更を有効にするパッチです.&br; ※[[こちら:http://sourceforge.net/projects/opencvlibrary/files/opencv-win/2.2/]]で配布されているOpenCV-2.2.0-win.zipを対象としたパッチです. **ダウンロード [#ba3dc1a6] |Version|Filename|Size|Date|Type|Download| |BGCOLOR(white):1.0|BGCOLOR(white):highgui_dshow_fps_patch_v1.zip|BGCOLOR(white):14.96 KB|BGCOLOR(white):20110702|BGCOLOR(white):zip|BGCOLOR(white):[[http://www.atinfinity.info/img/download.gif:http://www.atinfinity.info/opencv/extension/highgui_dshow_fps_patch_v1.zip]]| **変更履歴 [#p25a1f11] |Version|Date|変更内容| |BGCOLOR(white):1.0|BGCOLOR(white):20110702|BGCOLOR(white):新規作成| **内容物 [#j4516047] -cap_dshow.cpp DirectShowによるキャプチャでフレームレート変更を有効にするパッチ -precomp.hpp OpenCV2.2のバグ修正(※DirectShowのキャプチャ利用に必要) **使い方 [#x17f8a65] +上記リンクからhighgui_dshow_fps_patch_v1.zipをダウンロードして展開します. +展開したファイル(cap_dshow.cpp、precomp.hpp)を下記ディレクトリにコピーして下さい. OpenCV-2.2.0\modules\highgui\src +CMakeで''WITH_VIDEOINPUT''を有効にしてビルドしてください. **サンプルプログラム [#f8bd413d] #code(c,nooutline,nonumber,http://www.atinfinity.info/opencv/sample/enable_fps_setting_dshow.cpp) **Contact [#da49dff0] 間違い・御指摘等ありましたら,&br;&br; &ref(http://atinfinity.info/img/mail.png); &br;&br;までメールにてご連絡ください. }} #multilang(en){{ **Abstract This page describes the way to enable capturing frame rate setting on OpenCV 2.2.&br; This patch is intended for OpenCV-2.2.0-win.zip in [[Official Release:http://sourceforge.net/projects/opencvlibrary/files/opencv-win/2.2/]]. **Download |Version|Filename|Size|Date|Type|Download| |BGCOLOR(white):1.0|BGCOLOR(white):highgui_dshow_fps_patch_v1.zip|BGCOLOR(white):14.96 KB|BGCOLOR(white):20110702|BGCOLOR(white):zip|BGCOLOR(white):[[http://www.atinfinity.info/img/download.gif:http://www.atinfinity.info/opencv/extension/highgui_dshow_fps_patch_v1.zip]]| **ChangeLog |Version|Date|Changes| |BGCOLOR(white):1.0|BGCOLOR(white):20110702|BGCOLOR(white):First Release| **Files -cap_dshow.cpp This is patch to enable capturing frame rate setting. -precomp.hpp This is OpenCV 2.2's bug fix patch. It is need to use capturing using DirectShow. **Usage +Please download highgui_dshow_fps_patch_v1.zip. And,extract this file. +Please overwrite the patch's files to the following directory. OpenCV-2.2.0\modules\highgui\src +Please enable ''WITH_VIDEOINPUT'' on CMake, and build OpenCV. **Sample #code(c,nooutline,nonumber,http://www.atinfinity.info/opencv/sample/enable_fps_setting_dshow.cpp) #code(c,nooutline,nonumber,http://www.atinfinity.info/opencv/sample/enable_fps_setting_dshow_en.cpp) **Contact If you have question,please send e-mail to the following address.&br;&br; &ref(http://atinfinity.info/img/mail.png); }}