1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

obnizってフロントエンド側からどうつなぐのか?メモ(ml5.js)

Last updated at Posted at 2020-11-07

#やろうとしてたこと
ml5.jsのImageClassifierで画像を分類→読み取った値が「酔っ払い」だったらobnizでライトをつける。

分類するJSはhtml内に記載されている。

#結果
フロントエンドからの呼び出し自体はnode.jsの時とほぼ同じ。
srcの指定を入れる必要があった。(最新のバージョンだとなぜかコンソール上に404のエラーが。。。これも原因だったのかも。)

<script src="https://unpkg.com/obniz@2.0.0/obniz.js"></script>

vue.js内で関数Aから関数Bを呼び出すのがうまくいっていなかった。

vue.js内で、obniz.onconnect = async function () {}みたいな感じで呼び出そうとしていたが、
そこに処理が入っていなかった。

そもそも、vue.jsの外側でobnizを接続状態にしておいたらうまくいった。
なぜ。。。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?