Difference between revisions of "Cam-server"

From University of Washington - Ubicomp Research Page
Jump to: navigation, search
(No difference)

Revision as of 23:18, 15 August 2007

cam-server

cam-server is a program that captures an image using an OV9650 CMOS camera attached to the LSB. Images are captured once a second and compressed using JPEG, using a quality setting of 80 (using the IJG's algorithm to modify the quantization tables, adjustable in the source), and then sent over shared memory to logger and/or cam-net-stream application.

/dev/camera must exist and point to the ov9650 driver for cam-server to work. To create /dev/camera, insmod ov9650.ko, cat /proc/devices to see which major device number it was assigned, and mknod /dev/camera c <major number> 0.

usage

    Command line format

      cam-server
      cam-server has no options.