Open Fuyan777 opened 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
ビデオストリームをCanvasに変換して、そのCanvasをwebgazerに読み込ませたらいけるのか??
内容
Mac、Window環境両方でWebgazerを使えるように調査
TODO