694190f714
Capture images from USB cameras using the OV511/OV511+ chipset.
13 lines
404 B
Plaintext
13 lines
404 B
Plaintext
$OpenBSD: patch-vid_h,v 1.1.1.1 2001/06/19 03:25:08 angelos Exp $
|
|
--- vid.h.orig Mon May 8 00:59:03 2000
|
|
+++ vid.h Sat Jun 9 01:33:37 2001
|
|
@@ -37,6 +37,8 @@
|
|
#define OV511_REG_CLKDIV 0x51
|
|
#define OV511_REG_SNAP 0x52
|
|
#define OV511_REG_EN_SYS 0x53
|
|
+#define OV511_REG_PRW_CLK 0x54
|
|
+#define OV511_REG_LED_CTL 0x55
|
|
#define OV511_REG_USR 0x5E
|
|
#define OV511_REG_CID 0x5F
|
|
#define OV511_REG_PRH_Y 0x70
|