DirectShowCam関係ファイルの削除#10
Merged
n-ando merged 3 commits intoOpenRTM:masterfrom Jun 14, 2019
Merged
Conversation
Contributor
|
OpenCVCameraのコードって、1.2.0以降変更されてませんでしたっけ?なら、ImageProcessingも1.2.1でもいいのではないですか? |
Contributor
Author
|
了解しました。バージョン番号を1.2.1に修正します。 |
n-kawauchi
commented
Jun 14, 2019
Contributor
Author
n-kawauchi
left a comment
There was a problem hiding this comment.
Linux環境でcpackによりimageprocessingのパッケージ(deb/rpm)を作成した際、バージョン番号が1.2.1となるように、一番トップのCMakeLists.txtへPROJECT_VERSIONを新たに定義した。
ImageProcessing下の全てのRTCが同じバージョン番号だった場合はこれまでの設定で問題なかったが、一部のRTCの変更でImageProcessingのバージョン番号を更新する場合は対応できないことが判明。詳細は、一番最初にcmakeするAffine RTCのcmake変数${PROJECT_VERSION}の値が最後まで更新されず残ってしまうことによる不具合。
n-ando
approved these changes
Jun 14, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
close #9
Identify the Bug
Link #9
Windows SDKがサポートされているWindows7環境のvc2008と2010のみを対象にしたRTCであるDirectShowCamは、ソースツリーから削除し、ビルドスクリプトも整理した
ビルドスクリプトでは、vc2008とvc2010でDirectShowCam用の特別処理を行っていたが、vc2008はMicrosoftのサポートが終了しているので、OpenRTM-aistでもサポートから外すため、スクリプト内のvc2008に関する処理全てを削除した
また、アクティブ化、非アクティブ化、リセット時のタイムアウトを設定 #5 にてOpenCVCameraのタイムアウト設定を行なったので、バージョンは1.2.1となり、OpenRTM-aist 1.2.1リリースに向けてImageProcessingのバージョン番号の 1.2.1 への更新修正も合わせて行った
Description of the Change
https://openrtm.org/redmine/issues/4664
Verification