0
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?

WEBCAMのみで瞳孔・視線の動きの解析パイプラインを構築してみた

Posted at

MediaPipeとWEBCAMで瞳孔・視線のリアルタイム解析パイプラインを構築してみた

はじめに

WEBCAMを用いて、瞳孔・視線の動きをリアルタイムで解析するパイプラインを構築しました。
本記事では、構成技術、再現手順、工夫点、倫理的配慮について紹介します。

技術構成

  • Python 3.10
  • MediaPipe(顔・目のランドマーク検出)
  • OpenCV(画像処理・描画)
  • ffmpeg(動画→GIF変換)
  • WEBCAM(視線・瞳孔データ取得)
  • Jupyter Notebook(実験・可視化)

再現手順

  1. WEBCAMをPCに接続
  2. データ取得スクリプトを起動
  3. MediaPipeで顔・目のランドマークを検出
  4. OpenCVで瞳孔・瞬き・視線を描画
  5. ffmpegで output.mp4demo.gif に変換

GITHUBリポジトリ
https://github.com/atsukuro/pupil-insight-pipeline-clean

0
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
0
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?