README.md

December 5, 2022 ยท View on GitHub

Motion Detection

Description

Video Motion Detection is really quite simple. The 'joke' is to compare

previous picture with the new one. So, teoreticaly this differences

between 2 pictures are motion of some kind...

BUT it is not that easy If U wish to do it correctly you'll have to

  1. break pixel colors apart

  2. set up a small buffer for let us say last 20 frames to counteraffect

picture / pixel blinking

  1. unite colors

  2. check average value of a single pixel for the last xx frames

  3. Check if difference is big enought to raise detection

and finaly

  1. Detect motion...

This small demonstration requires Controll ezVidC60.ocx which is added to

driver.zip file. You can also download it from http://www.shrinkwrapvb.com.

This demo runs (or so it should) on win 98 or better... up to XP and is written for

VB5 and above.

Hope u like this demo. Votes and sugestions are wanted.

More Info

Submitted On2003-08-04 20:54:02
ByDobnik Sebastjan
LevelIntermediate
User Rating5.0 (50 globes from 10 users)
CompatibilityVB 5.0, VB 6.0
CategoryGraphics
WorldVisual Basic
Archive FileMotion_Det162420842003.zip