Skip to content

Instantly share code, notes, and snippets.

@kjunichi
Last active February 29, 2016 05:09
Show Gist options
  • Save kjunichi/ca1cfd5324bbe523ba32 to your computer and use it in GitHub Desktop.
Save kjunichi/ca1cfd5324bbe523ba32 to your computer and use it in GitHub Desktop.
2016/2/26

mruby

rubyをpythonに変換することで、OpenCVのpythonバインディングを利用できないか?

-> OpenCV側からの戻りを受けるのが難しそう。ファイルベースでのやり取りなら可能だが、 APIが変な感じになりそう。

Chromiumビルド

macmini2014:src junichi$ sudo sysctl -w kern.maxproc=2500
Password:
Sorry, try again.
Password:
kern.maxproc: 1064 -> 2500
macmini2014:src junichi$ sudo sysctl -w kern.maxprocperuid=2500
kern.maxprocperuid: 709 -> 2500
macmini2014:src junichi$ 

関連

アクセス解析タグ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment