wbobeirne / video-intelligence-player

Play videos from the video intelligence API with data overlaid on top

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Video Intelligence Player

This is a quick toy to play videos that have been analyzed with the Video Intelligence API with data overlaid on top of the video, drawn using a canvas.

Currently it only shows skeletons for people's bodyparts.

How To Use

  1. Clone the repo
  2. Install NPM dependencies with npm install
  3. Place the video you analyzed in the root of the project as video.mp4
  4. Place the JSON you got back from video intelligence as data.json
  5. Run npm start and open localhost:8080 to see your video

About

Play videos from the video intelligence API with data overlaid on top


Languages

Language:TypeScript 88.4%Language:HTML 11.6%