Tag: openframeworks Page 6 of 7

openFrameworks – ofxBlur TEST

ofxBlur example oF0.8.4 OSX10.10 Xcode7.1

openFrameworks – ofxBillboard TEST

ofxBillboard example oF0.8.4 OSX10.10 Xcode7.1

openFrameworks – ofxBezierWarpManager TEST

ofxBezierWarpManager example oF0.8.4 OSX10.10 Xcode7.1

openFrameworks – ofxBeatTracking TEST

ofxBeatTracking example oF0.8.4 OSX10.10 Xcode7.1

openFrameworks – ofxAVString TEST

ofxAVString example oF0.8.4 OSX10.10 Xcode7.1

openFrameworks – ofxAVFVideoPlayer TEST

ofxAVFVideoPlayer example oF0.8.4 OSX10.10 Xcode7.1

openFrameworks – ofxAudioDecoder TEST

ofxAudioDecoder example oF0.8.4 OSX10.10 Xcode7.1

openFrameworks – ofxASM TEST

ofxASM example oF0.8.4 OSX10.10 Xcode7.1  

openFrameworks – ofxAsciiArt TEST

ofxAsciiArt example oF0.8.4 OSX10.10 Xcode7.1  

openFrameworks – ofxARtoolkitPlus TEST

ofxARtoolkitPlus example oF0.8.4 OSX10.10 Xcode7.1  

openFrameworks – ofxArcText TEST

ofxArcText example   oF0.8.4 OSX10.10 Xcode7.1

openFrameworks – ofxAppUtils TEST

ofxAppUtils appUtilsExample oF0.8.4 OSX10.10 Xcode7.1

openFrameworks – ofxAnimatable TEST

ofxAnimatable さまざまなパターンのTweenが簡単に使える example

openFrameworks – ofxAlphaMaskTexture TEST

ofxAlphaMaskTexture フチにぼかしをいれたアルファマスクをしてくれたり、動的なマスク作成ができる example-dynamicBackground example-dynamicMask exampl…

openFrameworks – ofxAlembic TEST

ofxAlembic カッコイイエフェクト example-read example-shader example-write oF0.8.4 OSX10.10 Xcode7.1

opneFrameworks – Xcode7.1にアップデートしたらOFXcodeMenuが使えなくなっていたのでその修復について

Xcode7.1にアップデートしたらOFXcodeMenuが使えなくなっていたのでその修復方法について書きます。 1. Alcatraznのアンインストールします。 もしAlcatrazがインストールされていたならXco…

openFrameworks – The run destination My Mac is not valid for Running the scheme ‘***’の解決方法

The run destination My Mac is not valid for Running the scheme ‘***' エラーが出た場合 Xcodeのプロジェクトナビゲータからプロジェクトを選択 Build Settingsタブを選択 Base SDKでLatest O…

openFrameworks – ‘ofMain.h’ file not foundの解決方法

'ofMain.h' file not found のエラーもよく見る方ですね。これはプロジェクトの置かれているフォルダ階層が違っている場合が多いです。 このエラーが出た場合はプロジェクトフォルダの位置…

openFrameworks – ofxISFセットアップ

update()内以下でエラーが出た場合

を 

に変更してください。

openFrameworks – ofxSatelliteのexample_passpredictで追加が必要なframework

ofxSatelliteのexample_passpredictで追加が必要なframeworkの一覧です。 Cocoa.framework [crayon-6743b8c328b2…

openFrameworks – “_vImageConvert_BGRA8888toRGB888”, referenced from:エラーの対処方法

上記のエラーが出た場合 プロジェクトナビゲータでプロジェクトを選択します。 Generalの『Linked Frameworks and Librarie…

openFrameworks – ofVideoGrabber grabFrame()でエラーが出たら…

addon導入時にofVideoGrabberでよく出会うエラーです。以下のように書き換えてください。

↓ [crayon-6743b8c32933f46…

openFrameworks – “_CVDisplayLinkGetNominalOutputVideoRefreshPeriod”, referenced from:解決方法

よく見るエラー

の解決方法です。このエラーが出た場合はCoreVideo.frameworkが必要になります。追加は以下の手順で行います。 プロジェクトナ…

openFrameworks – ofxPostProcessingセットアップメモ

oFのv0.8.4だとmasterのプログラムが動きませんでしたが、 https://github.com/neilmendoza/ofxPostProcessing このbranchのだと動きました。 https://…

openFrameworks – There is no SDK with the name or path…の対処方法

以下の様なThere is no SDK with the name or path ‘user/***/macos10.8’みたいなエラーが出た場合の対処方法です。 これはaddonのexamp…

openFrameworks – My Mac can not run example ***の対処方法

addonのexampel実行した時に下のような『My Mac can not run example ***』というエラーメッセージが出た場合の対処法です。 基本的にこのエラーメッセージはaddonを試しているとよく出…

openFrameworks – ofxCvセットアップ

ofxCvのexampleでエラーが出た内容をまとめました。 example-coherent-lines ofxControlPanelを使う必要ありますのでaddonをダウンロードして使用してください。 exampl…

openFrameworks – ofxFaceTrackerセットアップ

ofxFaceTrackerのexampleを実行させるのに必要な作業を簡単にですがまとめました。 modelデータの移動 各プロジェクトの bin/data/ に[cra…

openFrameworks – oFでaddonを簡単に導入する方法(OFXcodeMenu)

ネットからダウンロードしてきたプロジェクトだとaddonの一部ファイルのリンク切れがあったりで新しく追加しないといけなくなります。 その時に少し手助けをしてくれるXcodeプラグインが『OFXcodeMenu』です。下の…

openFrameworks – ofxPlaylistをoF0.8.4で使う

oF0.8.4で『ofxPlaylist』を導入する際のセットアップ方法です。自分の環境では2つの作業が必要でした。 try_lock() .try_lock() と書かれて…