~ubuntu-branches/ubuntu/karmic/motion/karmic-proposed

« back to all changes in this revision

Viewing changes to thread2.conf

  • Committer: Bazaar Package Importer
  • Author(s): Frederik Dannemare
  • Date: 2005-03-14 01:03:18 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050314010318-d5f9uk8m4lymiite
Tags: 3.1.19-1
* New upstream release (Closes: #297671).
* Add support for ffmpeg (add Build-Depends on libavcodec-dev and
  libavformat-dev).
* Update debian/README.Debian to mention the new support for ffmpeg.
* Remove debian/motion.menu (didn't make much sense really).
* Get rid of direct patching of upstream sources. Instead, apply
  Debian-specific modifications at build-time from patches in debian/patches
  with help from dpatch (add Build-Depends on dpatch).
* Remove Suggests on ucbmpeg (Closes: #279385).
* Add Recommends on ffmpeg.
* Include German po-debconf translation by Jens Nachtigall
  <nachtigall@web.de> (Closes: #283017).
* Patch configure to really remove rpath + add -lvorbis -lvorbisenc -ldts
  -la52 to LIBS. Thanks to Sam Hocevar (ffmpeg maintainer) for hints on
  how to properly build with ffmpeg support.
* Upload sponsored by Ari Pollak <ari@debian.org>.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# /usr/local/etc/thread2.conf
 
2
#
 
3
# This config file was generated by motion 3.1.13
 
4
 
 
5
 
 
6
 
 
7
###########################################################
 
8
# Capture device options
 
9
############################################################
 
10
 
 
11
#Videodevice to be used for capturing  (default /dev/video0)
 
12
videodevice /dev/video0
 
13
 
 
14
#Draw a user defined text on the images using same options as C function strftime(3)
 
15
#Default: Not defined = no text
 
16
#Text is placed in lower left corner
 
17
text_left CAMERA 2
 
18
 
 
19
 
 
20
############################################################
 
21
# Target Directories and filenames For Images And Films
 
22
# For the options snapshot_, jpeg_, mpeg_ and timelapse_filename
 
23
# you can use conversion specifiers
 
24
# %Y = year, %m = month, %d = date,
 
25
# %H = hour, %M = minute, %S = second,
 
26
# %v = event, %q = frame number
 
27
# Quotation marks round string are allowed.
 
28
############################################################
 
29
 
 
30
#Target base directory for pictures and films
 
31
target_dir /usr/local/apache2/htdocs/cam2
 
32
 
 
33
 
 
34
############################################################
 
35
# Live Webcam Server
 
36
############################################################
 
37
 
 
38
#The mimi-http server listens to this port for requests (default: 0 = disabled)
 
39
webcam_port 8082
 
40
 
 
41
#Command to be executed each time an image is saved (default: none)
 
42
onsave /usr/local/motion-extras/camparse2.pl
 
43
 
 
44
 
 
45