File: x177.html

package info (click to toggle)
stopmotion 0.6.2%2Bgit.1.10d2ea43-1.1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 7,936 kB
  • sloc: cpp: 10,055; ansic: 5,502; makefile: 7
file content (238 lines) | stat: -rw-r--r-- 4,768 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd">
<HTML
><HEAD
><TITLE
>Changing the import settings</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
REL="HOME"
TITLE="Stopmotion user manual"
HREF="index.html"><LINK
REL="PREVIOUS"
TITLE="Using Stopmotion with your webcamera"
HREF="x126.html"><LINK
REL="NEXT"
TITLE="Adding sound"
HREF="x205.html"></HEAD
><BODY
CLASS="section"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
><SPAN
CLASS="application"
>Stopmotion</SPAN
> user manual</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="x126.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="x205.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="section"
><H1
CLASS="section"
><A
NAME="AEN177"
>6. Changing the import settings</A
></H1
><P
>&#13;			If the video importing doesn't work or if you want other settings you
			can change the way video is imported in Stopmotion.
		</P
><P
>&#13;			This is done through the configure menu 
			(<SPAN
CLASS="guimenu"
><SPAN
CLASS="accel"
>S</SPAN
>ettings</SPAN
>-&gt;<SPAN
CLASS="guimenuitem"
><SPAN
CLASS="accel"
>C</SPAN
>onfigure Stopmotion</SPAN
> (<B
CLASS="shortcut"
><B
CLASS="keycap"
>Ctrl</B
>-<B
CLASS="keycap"
>P</B
></B
>))
			and you can either choose from one of the predefined settings
			or create your own.
			<DIV
CLASS="figure"
><A
NAME="AEN190"
></A
><P
><B
>Figure 8. 
					The Video Import config menu
				</B
></P
><P
><IMG
SRC="screenshots/config_menu_import.png"></P
></DIV
>
		</P
><P
>&#13;			Image importing in Stopmotion works by continously asking an external program
			to grab a picture from the camera and place it in the .stopmotion directory.
			Stopmotion then displays this picture, and when this is done continously you 
			get live video.
		</P
><P
>&#13;			If you want to add a new import program you can do this by pressing the 
			<SPAN
CLASS="guimenu"
><SPAN
CLASS="accel"
>A</SPAN
>dd</SPAN
>
			button. A new row appears in the table and you can fill in a name for your
			setting and a short description.
		</P
><P
>&#13;			You then have to specify the command line options to import pictures. These
			can be set by selecting your setting and pressing the 
			<SPAN
CLASS="guimenu"
><SPAN
CLASS="accel"
>E</SPAN
>dit</SPAN
>
			button.
		</P
><P
>&#13;			There are three things which can be specified here. The prepoll, start daemon
			and stop daemon fields. If the program for importing the images grabs one image
			and then exits you can leave the start and stop daemon fields blank. The contents 
			of the prepoll field is a command which is run before importing a picture. If the 
			import program is running in the foreground this will typically be the command line 
			for grabbing the picture. Note that you have to write (DEFAULTPATH) in the command 
			line on the place you otherwise would have speciefied the path to the file where 
			the image should be stord. Stopmotion will replace this tag with the correct path 
			and file name.
		</P
><P
>&#13;			If the program you use for importing the pictures is running as a background/daemon
			process you have to specify command lines for starting and stoping the daemon.
			Again you should use the $importpath tag instead of the path to the file (se above).
			Prepoll could still be used but is not required. One potential use for the prepoll
			command when the grab program is running as a daemon process is to specify a command
			line which performes a operation such as scaling or rotating the picture. This
			command will be called on the pictures every time before importing them meaning
			the live video will be displayed with the effect.
		</P
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="x126.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="x205.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Using Stopmotion with your webcamera</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
>&nbsp;</TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Adding sound</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>