Videoüberwachung mit Motion

Du kommst mit der Installation nicht voran oder willst noch was nachfragen? Schau auch in den "Tipps und Tricks"-Bereich.
Antworten
herbert
Beiträge: 8
Registriert: 15.06.2004 18:59:55
Wohnort: Trier

Videoüberwachung mit Motion

Beitrag von herbert » 26.09.2004 15:32:11

Hallo,

habe dank diesem Forum meine Philips-Webcam zu laufen gebracht (pwc und pwcx) und möchte jetzt zusammen mit einer Hauppauge Impact VCB (4 Videoeingänge) Videoaufzeichnungen mit der Hilfe von Motion durchführen.
Einzeln kann ich jeden Device ansprechen und Motion macht auch genau was ich will.

motion.conf
# /etc/motion/motion.conf
#
# motion config file provided by the motion Debian package

############################################################
# Daemon
############################################################

#Start in daemon (background) mode and release terminal (default: off)
daemon off

###########################################################
# Capture device options
############################################################

#Videodevice to be used for capturing (default /dev/video0)
videodevice /dev/video0
#The video input to be used (default: 8)
#Should normally be set to 1 for video/TV cards, and 8 for USB cameras
input 1
#Image width (pixels). Valid range: Camera dependent, default: 352,160,640,720
width 720
#Image height (pixels). Valid range: Camera dependent, default: 288,120,480,576
height 576
#Maximum number of frames to be captured per second.
#Valid range: 2-100. Default: 100 (almost no limit).
framerate 1
#Let motion regulate the brightness of a video device (default: off)
#Only recommended for cameras without auto brightness
auto_brightness on

#Videodevice to be used for capturing (default /dev/video0)
#videodevice /dev/video1
#The video input to be used (default: 8)
#Should normally be set to 1 for video/TV cards, and 8 for USB cameras
#input 8
#Image width (pixels). Valid range: Camera dependent, default: 352,160,640,720
#width 640
#Image height (pixels). Valid range: Camera dependent, default: 288,120,480,576
#height 480
#Maximum number of frames to be captured per second.
#Valid range: 2-100. Default: 100 (almost no limit).
#framerate 1

#Let motion regulate the brightness of a video device (default: off)
#Only recommended for cameras without auto brightness
#auto_brightness on

target_dir /home/herb/www
noise_tune off
output_all off
output_normal on
quality 75
text_right %Y-%m-%d\n%T-%q
text_left Herb
text_changes on
#threshold 250
threshold 5000

Ende

Habe schon überall gesucht. Wie kann ich zwei oder drei Device ansprechen. Wie man in der motion.conf sieht kann mann leider nicht einfach die /dev/video0 /dev/video1 einstellen. Motion holt dann immer den zuletzt definierten Eintrag. :(

Danke im voraus Herbert

hondansx
Beiträge: 20
Registriert: 12.10.2003 16:31:04
Kontaktdaten:

Titel: Videoüberwachung mit Motion

Beitrag von hondansx » 26.09.2004 20:27:09

hallo,
sprichst du von 1 TV Karte oder von mehreren??
Du mußt aber in jedem Fall eine 2.Datei anlegen in der das neue device definiert ist und
in der motion.conf mußt du den Pfad dorthin angeben und zwar so:

thread /pfad/zur/2.Datei

in der 2.Datei steht dann etwa:

videodevice /dev/video1
input 1

wobei Input der Anschluß am Videodevice ist.
Sollte noch was unklar sein frag einfach...

herbert
Beiträge: 8
Registriert: 15.06.2004 18:59:55
Wohnort: Trier

Videoüberwachung mit Motion

Beitrag von herbert » 26.09.2004 20:45:07

Hallo,

kaum macht mal was richtig schon funktioniert es :wink:

Zu deiner Frage. Es ist eine Hauppauge Impact VCB. Die Karte hat 3xVideo-In und 1xS-Video-In. Davon funktionieren mit bttv 2xVideo-In und der S-Videoeingang. Einen Tuner hat das Teil nicht.

Vielen Dank
Herbert

Antworten