sos 1998/08/31 11:31:36 PDT
Modified files:
sys/pci brooktree848.c brktree_reg.h
sys/i386/include ioctl_bt848.h
sys/conf options
Log:
Added Capture Area ioctl - BT848[SG]CAPAREA.
Normally the full 640x480 (768x576 PAL) image is grabbed. This ioctl
allows a smaller area from anywhere within the video image to be
grabbed, eg a 400x300 image from (50,10).
See restrictions in BT848SCAPAREA.
Submitted by: Roger Hardiman <roger@cs.strath.ac.uk>
Revision Changes Path
1.49 +150 -22 src/sys/pci/brooktree848.c
1.17 +10 -5 src/sys/pci/brktree_reg.h
1.15 +15 -0 src/sys/i386/include/ioctl_bt848.h
1.92 +4 -1 src/sys/conf/options