LoginSignup
1
0

More than 5 years have passed since last update.

openFrameworks 0.9.8でofxCvが動かなかった時のメモ

Posted at

oF 0.9.8でofxCvを使おうとした時に動かなかったときのメモ

開発環境

  • MacOS 10.12.6
  • Xcode 8.3.3
  • oF 0.9.8

原因と対処法

GitHubでダウンロードしたofxCvがmasterだったのが原因らしい,stableをダウンロードすればいける。

ちゃんとreadme読めよって話でした。

Installation

First, pick the branch that matches your version of openFrameworks:

Either clone out the source code using git:

cd openFrameworks/addons/
git clone https://github.com/kylemcdonald/ofxCv.git

Or download the source from GitHub here, unzip the folder, rename it from ofxCv-master to ofxCv and place it in your openFrameworks/addons folder.

To run the examples, import them into the project generator, create a new project, and open the project file in your IDE.

参考

kylemcdonald/ofxCv/readme.md

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0