Skip to content

Calculation and displaying of motion vectors on luminance channnel of video frames.

Notifications You must be signed in to change notification settings

mshakeelt/Displaying_Motion_Vectors_on_Live_Video_Stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

In this framework we are

  • taking the 25 frame from the live video using webcam
  • converting RGB frames to YCbCr
  • Taking only Y frame
  • taking 8*8 blocks
  • comparing current Y frame to previous Y frame
  • drawing motion vectors

Usage

python main.py

About

Calculation and displaying of motion vectors on luminance channnel of video frames.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages