top of page

LJ POLYTECHNIC PROJECTS/MODELS

 

 

Illustrate use of JavaScript in HTML5

It accesses the webcam and stream the webcam video on a canvas of HTML page. After getting the video stream it converts each frame into threshold image, time by time. It calculates pixels of two consecutive threshold image and subtracts one from another. The remaining pixels are loaded on another canvas. On the output canvas result is generated. It captures the things which are in motion and rest pixels are erased from canvas, thus in output only motion is captured.

 

(Computer Engineering Sem-2: Dhruvil Dave)

 

 

back to LJP

bottom of page