
     TMotionSensor component for C++Builder / Delphi 
     ------------------------------------------------

 version      : 1.01 
 date         : March 18, 2002
 status       : Demo
 price        : $399 (with 24 months free upgrades and e-mail support)
 restriction  : This unregistered version can be distributed freely
 limitations  : Nag-screen
 home page    : http://www.delphicity.com
 contact      : contact@delphicity.com
 support      : support@delphicity.com


 DEMO PROJECT
 ------------
 The demo project included in this package detects motion from any 
 video device (like a webcam, DV camcorder, etc...).
 To build this demo project, you need Delphi5/6 or C++Builder5 and 
 the TVideoGrabber component that can be downloaded from
 http://www.delphicity.com/vidgrab/vidgrab.zip


 INSTALL
 -------

 1. If a previous TMotionSensor package is already installed, 
   remove it first:

   - Components | Install Packages,

   - click on "DelphiCity TMotionSensor",

   - click "Remove",

   - click "Yes",

   - click "Ok",

   - search for all the "TMSensor.*" and "MoSensor.*" files in your Borland
     directories and delete them, to be certain that old units will not
     remain in the search paths (causing later raw errors). 


 2. Install the current package:

    - unzip the archive in a folder of your choice,

    - according to your Delphi or C++Builder version, copy all 
      the Delphi\*.* or CBuilder\*.* archive files to 
      the Borland\Delphi\Imports or \Borland\CBuilder\Imports directory,

    - run Delphi or C++Builder,

    - select Component | Install packages,

    - press the "Add" button,

    - locate the TMSensor.bpl file in the Imports directory and select it,

    - select Open,

    - select Ok,

    - check the ActiveX tab in the right of the component palette. 
      The TMotionSensor object should have been added.


 Note: if you are using C++Builder, if you get a "BPL library not found"
       error at runtime, uncheck the "Build with runtime packages" check box
       in Project|Options|Packages.
