VideoCTRL ActiveX Help  

MotionDetectShow Method


Syntax
object.MotionDetectShow( [optional bShowMotion], [optional ColorMotion], [optional bShowBand], [optional ColorBand], [optional bShowArea], [optional ColorArea], [optional bShowPath], [optional ColorPath], [optional iPathFrames] )

Parameters
bShowMotion = boolean, show pixel group where motion is detected, default = True
ColorMotion = ole color, color of pixel group where motion is detected, default = Green
bShowBand = boolean, show border around detected motion, default = True
ColorBand = ole color, color of border around detected motion,  default =  Red 
bShowArea = boolean, show border of detection area, default = True
ColorArea = ole color, color of border of detection area, default = Yellow
bShowPath = boolean, show detected motion path, default = True.
ColorPath = ole color, color of motion detected path, default = White
iPathFrames = int, show path for number of consecutive detection frames, default = 10


Result
Sets colors and motion detection graphics to be displayed with bPreview set true in MotionDetectSet method.

Additional notes
Graphics set here can be seen on the live preview window and are captured on images when using MotionDetectBMP and MotionDetectJPG methods.

See Also

MotionDetectSet - Set parameters for detection
MotionDetectStart - Start motion detection
MotionDetectStop - Stop motion detection
MotionDetectLevel - Auto set detection tolerance level
MotionDetectTolerance - Get and set tolerance level


 

HELP! If you have any further questions please visit the VideoCtrl Forum - http://www.datadevelopment.co.uk/forum


Copyright © 2003-2007 www.datadevelopment.co.uk