Differences between revisions 1 and 2
Revision 1 as of 2007-06-29 05:40:58
Size: 1545
Editor: yoch
Comment:
Revision 2 as of 2007-06-29 05:49:05
Size: 1728
Editor: yoch
Comment:
Deletions are marked like this. Additions are marked like this.
Line 18: Line 18:
   preferred palce) Make sure that company dir has subdirs like tmp and images are exists as well.    preferred palce) Make sure that company dir has subdirs like tmp and images.


== MAKING CHANGES TO WEBCAM WRAPPER ==

Source project form webcam wrapper is on sam:/ccdev/webcam_win32_app. It is VB code, so MS VB 2005 express edition would be fine. Or use something else...

1. Install drivers from webcam CD

Control can use native webcam app or our wrapper, using wrapper is more userfriendly and can work with different cameras without making changes to ccreg, but give us less control over the camera

(If we are going to use native webcam app, skip next step and go to 4)

3. Install webcam wrapper application from sam:/ccdev/WEBCAM.INSTALL

  • This application uses .NET 2 framework. If it is not already installed install it: run dotnexfx.exe from the same place

(Note: setup will detect if it is not installed and will try to install it but it much faster to install it manually, also auto install can fail due to security setting, but manuall seems to be working on all tested win boxes)

  • Run setup.exe, answer yes to all. (Note: once installed it will try to start application and if camera is not connected there will be err msg, just ignore it)

4. run ccreg and set full path to application that we are going to use:

  • webcam wrapper (something like C:\Documents and settings\USERNAME\Start Menu\Programs\Creative Computing\webcam.appref-ms)
    • we can copy it to C:\cc\binw or some another place to avoid such long path, do not create a link, make a copy.
  • or native web cam app like C:\Program Files\LogiTech\QuicCam.exe.

5. set tmpimg directory where we are going to keep temp files and make sure that it is actually exist (CCDIR/COMPNAME/tmpimg is

  • preferred palce) Make sure that company dir has subdirs like tmp and images.

MAKING CHANGES TO WEBCAM WRAPPER

Source project form webcam wrapper is on sam:/ccdev/webcam_win32_app. It is VB code, so MS VB 2005 express edition would be fine. Or use something else...

WebCam_on_WinXP (last edited 2013-09-18 06:09:34 by localhost)