Lines 1-178
Link Here
|
1 |
*** camserv.cfg.orig Sun Feb 13 18:07:06 2000 |
|
|
2 |
--- camserv.cfg Sat Aug 19 02:51:13 2000 |
3 |
*************** |
4 |
*** 1,45 **** |
5 |
# video_basic: The 'basic' color-changing video module. |
6 |
[video_basic] |
7 |
path /usr/local/lib/libvideo_basic.so |
8 |
|
9 |
- # video_v4l_bttv: Example of a common BTTV module for video4linux. |
10 |
- # port 0 == TV, port 1 = Composite 1, port 2 = Composite 2 |
11 |
- # frequency == is the channel frequency for the TV |
12 |
- # autobright == 0 turns off autobrightness adjusting, otherwise it adjusts |
13 |
- # the brightness of the picture every 'autobright' frames. |
14 |
- # brightmean == The mean pixel value that is the 'goal' of the autobright. |
15 |
- # (0->255) |
16 |
- # brightx1->y2 == (x1,y1) top left coords, and (x2,y2) bottom right coords |
17 |
- # of a rectangle of which to take the average pixel value. |
18 |
- # this is then used in calculating the mean to adjust the |
19 |
- # brightness of the image. |
20 |
- # mode == the video norm to use: 0 == PAL, 1 == NTSC, 2 == SECAM, 3 == AUTO |
21 |
- # color,hue,contrast,brightness,whiteness = 0->60000, representing |
22 |
- # the value of each component. |
23 |
- |
24 |
- [video_v4l_bttv] |
25 |
- path /usr/local/lib/libvideo_v4l.so |
26 |
- device_path /dev/video0 |
27 |
- port 0 |
28 |
- mode 3 |
29 |
- frequency 74.43 |
30 |
- color 30000 |
31 |
- hue 30000 |
32 |
- contrast 30000 |
33 |
- brightness 30000 |
34 |
- whiteness 30000 |
35 |
- autobright 1 |
36 |
- brightmean 128 |
37 |
- brightx1 0 |
38 |
- brighty1 320 |
39 |
- brightx2 0 |
40 |
- brighty2 240 |
41 |
- |
42 |
# FreeBSD BTTV driver: |
43 |
# port 0 = Video |
44 |
# 1 = Tuner |
45 |
# Channel Sets: |
46 |
# nabscst 1 |
47 |
# cableirc 2 |
48 |
# cablehrc 3 |
49 |
# weurope 4 |
50 |
--- 1,14 ---- |
51 |
# video_basic: The 'basic' color-changing video module. |
52 |
[video_basic] |
53 |
path /usr/local/lib/libvideo_basic.so |
54 |
|
55 |
# FreeBSD BTTV driver: |
56 |
# port 0 = Video |
57 |
# 1 = Tuner |
58 |
+ # 2 = S-Video |
59 |
+ # |
60 |
# Channel Sets: |
61 |
# nabscst 1 |
62 |
# cableirc 2 |
63 |
# cablehrc 3 |
64 |
# weurope 4 |
65 |
*************** |
66 |
*** 47,78 **** |
67 |
# jpncable 6 |
68 |
# xussr 7 |
69 |
# australia 8 |
70 |
|
71 |
[video_fbsd_bttv] |
72 |
! path /usr/local/lib/libvideo_fbsd_bttv.so.0.0 |
73 |
port 1 |
74 |
width 320 |
75 |
height 240 |
76 |
autobright 100 |
77 |
#brightness 0 |
78 |
#chroma 180 |
79 |
#contrast 1000 |
80 |
! channelset 2 |
81 |
! channel 60 |
82 |
! |
83 |
! [video_v4l_qcam] |
84 |
! path /usr/local/lib/libvideo_v4l.so |
85 |
! device_path /dev/video1 |
86 |
! port 0 |
87 |
! color 30000 |
88 |
! hue 30000 |
89 |
! contrast 30000 |
90 |
! brightness 30000 |
91 |
! whiteness 30000 |
92 |
! autobright 0 |
93 |
! |
94 |
|
95 |
[jpg_filter] |
96 |
path /usr/local/lib/libjpg_filter.so |
97 |
quality 30 |
98 |
|
99 |
--- 16,35 ---- |
100 |
# jpncable 6 |
101 |
# xussr 7 |
102 |
# australia 8 |
103 |
|
104 |
[video_fbsd_bttv] |
105 |
! path /usr/local/lib/libvideo_fbsd_bttv.so |
106 |
port 1 |
107 |
width 320 |
108 |
height 240 |
109 |
autobright 100 |
110 |
#brightness 0 |
111 |
#chroma 180 |
112 |
#contrast 1000 |
113 |
! channelset 1 |
114 |
! channel 3 |
115 |
|
116 |
[jpg_filter] |
117 |
path /usr/local/lib/libjpg_filter.so |
118 |
quality 30 |
119 |
|
120 |
*************** |
121 |
*** 147,157 **** |
122 |
# [video] - This section is devoted to all things dealing with the pictures |
123 |
# taken by the input video module. These are general things which |
124 |
# should be used by all video modules. |
125 |
|
126 |
[video] |
127 |
! video_section video_v4l_bttv |
128 |
width 320 |
129 |
height 240 |
130 |
maxfps 0 |
131 |
memhack 1 |
132 |
|
133 |
--- 104,114 ---- |
134 |
# [video] - This section is devoted to all things dealing with the pictures |
135 |
# taken by the input video module. These are general things which |
136 |
# should be used by all video modules. |
137 |
|
138 |
[video] |
139 |
! video_section video_fbsd_bttv |
140 |
width 320 |
141 |
height 240 |
142 |
maxfps 0 |
143 |
memhack 1 |
144 |
|
145 |
*** configure.orig Sun Feb 13 18:33:16 2000 |
146 |
--- configure Sat Aug 19 02:48:27 2000 |
147 |
*************** |
148 |
*** 2181,2193 **** |
149 |
echo "$ac_t""no" 1>&6 |
150 |
fi |
151 |
|
152 |
echo $ac_n "checking for gdk_pixbuf""... $ac_c" 1>&6 |
153 |
echo "configure:2186: checking for gdk_pixbuf" >&5 |
154 |
! GDK_PIXBUF_CFLAGS=`$gnomeconfig gdk_pixbuf --cflags` |
155 |
! GDK_PIXBUF_LDFLAGS=`$gnomeconfig gdk_pixbuf --libs` |
156 |
! |
157 |
|
158 |
if test "_$GDK_PIXBUF_CFLAGS" != _; then |
159 |
HAVE_GDK_PIXBUF_TRUE= |
160 |
HAVE_GDK_PIXBUF_FALSE='#' |
161 |
else |
162 |
--- 2181,2196 ---- |
163 |
echo "$ac_t""no" 1>&6 |
164 |
fi |
165 |
|
166 |
echo $ac_n "checking for gdk_pixbuf""... $ac_c" 1>&6 |
167 |
echo "configure:2186: checking for gdk_pixbuf" >&5 |
168 |
! echo "gdk_pixbuf seems to be broken in FreeBSD" |
169 |
! echo "not configuring GDK Pixbuf filter in this build" |
170 |
! # GDK_PIXBUF_CFLAGS=`$gnomeconfig gdk_pixbuf --cflags` |
171 |
! # GDK_PIXBUF_LDFLAGS=`$gnomeconfig gdk_pixbuf --libs` |
172 |
! GDK_PIXBUF_CFLAGS= |
173 |
! GDK_PIXBUF_LDFLAGS= |
174 |
|
175 |
if test "_$GDK_PIXBUF_CFLAGS" != _; then |
176 |
HAVE_GDK_PIXBUF_TRUE= |
177 |
HAVE_GDK_PIXBUF_FALSE='#' |
178 |
else |