カメラを扱うクラス
import { Camera } from "@urth/metatell-sdk";const camera = new Camera()camera.onSpeechEnd = (file) => { console.log('reception', file)} Copy
import { Camera } from "@urth/metatell-sdk";const camera = new Camera()camera.onSpeechEnd = (file) => { console.log('reception', file)}
カメラの方向情報を取得する関数を設定する
カメラを扱うクラス
Example