You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
배경
현재는 프론트엔드가 카메라 화면을 프레임 단위로 캡처해서 백엔드
/api/interaction/detect로 전송하고 있습니다.이 방식은 구현이 단순하다는 장점이 있지만, 손끝이 조금만 흔들려도 결과가 튀거나 객체 매칭이 불안정해질 수 있습니다.
논의하고 싶은 내용
실시간 인식 안정성을 높이기 위해 현재 프레임 업로드 방식을 유지하면서 안정화 로직을 넣을지, 아니면 영상 스트림 기반 처리로 전환할지 의견을 모으고 싶습니다.
선택지
1. 프레임 업로드 방식 유지 + 안정화
예시:
장점:
단점:
2. 영상 스트림 기반 처리로 전환
예시:
장점:
단점:
현재 제안
제 생각에는 당장 발표 전 안정성을 우선하면 프레임 업로드 방식을 유지하되 안정화 로직을 추가하는 방향이 더 현실적입니다.
다만 이후 계속 발전시킬 계획이라면 영상 스트림 방식도 장기적으로는 검토할 가치가 있습니다.
의견 부탁
All reactions