cvl-robot's diary

研究ノート メモメモ https://github.com/dotchang/

2014-11-16から1日間の記事一覧

OpenFrameworksでWEB上のファイルを受け取る

WEB上のテキストや多種多様なファイルを受け取ることが出来ると、便利ですね。openFrameworksの標準機能で実現できます。 ofHttpResponse intrinsics = ofLoadURL("http://10.254.20.46:7890/intrinsics.yml"); cout << intrinsics.data << endl; 画像配信サ…