Begin3 Title: mcamip Version: 0.7.8 Entered-date: 2006-02-28 Description: Display, recording, and motion detection for the D-Link DCS-900 internet webcam. To unpack: tar -zxvf mcamip-0.7.8.tgz cd mcamip-0.7.8 Then follow the instructions in INSTALL Changes from 0.7.4: Decode separate to rgb24. Clock now also in X output. Clock added in rgb24 with new routine in alpha_num.c. Made better YUV encoding by using all 4 pixels, this is needed so color text can be displayed. Added user text on screen from ~/mcamip_os.txt, file read each second. Allowed left right bottom top scrolling text in text_to_rgb24_buffer() in alphanum.c Updated README, manual. Added quiet '-q' option. Changes from 0.7.5: Added -b flag for no color in YUV output. Bluntly copied the ffmpeg color CCIT spec conversion defines, to match ffmpeg and mplayer colors. Other conversions are also in the source, comment out some if you like to play. Changes from 0.7.6: The first pixel in a picture was still coded with the old color standard.. fixed it. Added frame_number display top left with '-n' flag. Allowed multiple line in ~/mcam_os.txt. Allowed comment character '#' in ~/mcam_os.txt. Removed double defines in video.c and alpha_num.c. Removed text_to_yuv_buffer() from alphanum.c. Read timeout alert in video.c now uses text_to_rgb24_buffer, and always works on both X and YUV out. Changes from 0.7.7: Added set io buffer to zero in main. Added flush(stdout) in video.c This to shorten delays. Fixed a neg array subscript in color aasignent to u and v in video.c, u and v now only taken from odd pixels in odd lines, and averaged over 4. Keywords: DCS-900, D-Link, webcam, motion detection, on screen date and time, on screen text. Author: panteltje@yahoo.com Maintained-by: panteltje@yahoo.com Primary-site: ftp sunsite.unc.edu/pub/linux/video/ Alternate-site: http://panteltje.com/panteltje/mcamip/ (home page) Platforms: LINUX, UNIX Copying-policy: GPL End