jphacks / F_2205

MIT License
6 stars 0 forks source link

Webgazer環境が異なる時の動作不具合の調査 #31

Open Fuyan777 opened 2 years ago

Fuyan777 commented 2 years ago

内容

Mac、Window環境両方でWebgazerを使えるように調査

TODO

Fuyan777 commented 2 years ago

以下、調査

ビデオファイルを使うのだろうか?

setStaticVideo(videoLoc)
- Set a static video file to be used instead of webcam video
  - @param {String} videoLoc - video file location
  - @return {webgazer} this

video element渡せば環境依存することなく使えるのか?

setVideoElementCanvas
Set the video element canvas; useful if you want to run WebGazer on your own canvas (e.g., on any random image).
returns video element canvas
Fuyan777 commented 2 years ago

ビデオストリームをCanvasに変換して、そのCanvasをwebgazerに読み込ませたらいけるのか??