issues
search
visualcamp
/
seeso-sample-android
SeeSo(Eye-Tracking SDK) sample for Android
34
stars
14
forks
source link
Pd 387
#12
Closed
aurian89
closed
3 years ago
aurian89
commented
3 years ago
GazeStatus UI 추가
Blink UI, Attention UI, Drowsiness UI 추가
각 Status View 추가
각 Status xml 추가
각 Status callback 함수에서 UI 업데이트 함수 호출
Attention 은 threshold 0.75f 로 지정 되어있음
aurian89
commented
3 years ago
수정 부분:
options 별로 switch 추가 (average attention 역시 추가)
option switch 사용에 따라 deinit/init 하여 gazetracker 새로 생성
기존 status 콜백은 그냥 처음부터 등록 함
left/right eye blink 함수 분할
attention threshold 내부에 상수값으로 지정
aurian89
commented
3 years ago
내부 isTracking 함수에 문제가 있어 SeeSo_Android 수정된 master 버전 사용
GazeStatus UI 추가