Skip to content

hrs-nkym/app-crowd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Amplify & Rekognition Web CAM App

Congestion confirmation

PC の Web カメラで定期的に施設の画像を撮影、画像を 1 秒おきにクラウドに送信、Amazon Rekognition が画像に映った人数をカウントする。 カウント結果を Amazon AppSync でリアルタイムに画面に表示する。


GraphQL Schema

  • id: 施設を一意に特定するための ID

  • name: 施設の名前

  • numberOfPeople: 施設にいる人の数

  • description: 施設の説明文

  • recordingStatus: モニタリングのカメラが起動中かどうかを示すステータス(ACTIVE / INACTIVE)


Use

npm start

Releases

No releases published

Packages

No packages published