From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KpFc3-0001Ly-Vr for garchives@archives.gentoo.org; Mon, 13 Oct 2008 05:05:00 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD673E02C8; Mon, 13 Oct 2008 05:04:57 +0000 (UTC) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.158]) by pigeon.gentoo.org (Postfix) with ESMTP id 74AAFE02C8 for ; Mon, 13 Oct 2008 05:04:57 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id d23so1562005fga.14 for ; Sun, 12 Oct 2008 22:04:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=xJpUlijXsrGoupLOLVhOYD8f+oEeoTeqLfe32SxhaCI=; b=m9cLl8Mlm2/5hNHRy6PsugfLw01Z/j0MNa0pvkKAEwLRjAeFnhft7vrw8bFISurP1g ifj/GDNQB4H6bGla5tGY0l64vbPK0IbOaJvbYe1pZZA3CpRpL9WgKxqeZh60S7zjNE+p 5Ve0Eug795sy1btIjJwilNWVM+oVuiSVzn+tY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=uquBP10rzQqPvfJik9gXF2GlgkJdoYfZlkqvhO2RDzQSF7huY4cB10fL0UBAgyq3aa lgdLX/p4VuXqAqVieWpif1hi46SLmGPuN0g46qFVw/TpE9Mb45Fguuo39Hb4izEHLjHq bFuh9ah4NmwvaiJhJKjkQR6q3ejEYlnBRTkWg= Received: by 10.181.59.19 with SMTP id m19mr4140345bkk.38.1223874295908; Sun, 12 Oct 2008 22:04:55 -0700 (PDT) Received: by 10.180.229.10 with HTTP; Sun, 12 Oct 2008 22:04:55 -0700 (PDT) Message-ID: <49bf44f10810122204v7220280fw562d237c660bd499@mail.gmail.com> Date: Sun, 12 Oct 2008 22:04:55 -0700 From: Grant To: "Gentoo mailing list" Subject: [gentoo-user] {OT} Webcam packages (motion segfaults) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Archives-Salt: 73d105b9-21c8-46e3-aaf4-838b952a127c X-Archives-Hash: ce81921859555b9783d03b9e17c9873d I've got my Philips SPC900NC webcam taking videos with the streamer command from the xawtv package, but I'd like to use a program to record videos based on motion detection. zoneminder looks good but seems difficult to set up and would be overkill. motion looks about right, but segfaults for me like this: # /etc/init.d/motion start * Starting motion detection ... [0] Processing thread 0 - config file /etc/motion.conf [0] Unknown config option "ffmpeg_cap_new" [0] Unknown config option "ffmpeg_cap_motion" [0] Unknown config option "ffmpeg_timelapse" [0] Unknown config option "ffmpeg_timelapse_mode" [0] Unknown config option "ffmpeg_bps" [0] Unknown config option "ffmpeg_variable_bitrate" [0] Unknown config option "ffmpeg_video_codec" [0] Unknown config option "ffmpeg_deinterlace" [0] Unknown config option "movie_filename" [0] Unknown config option "timelapse_filename" [0] Unknown config option "sql_log_image" [0] Unknown config option "sql_log_snapshot" [0] Unknown config option "sql_log_mpeg" [0] Unknown config option "sql_log_timelapse" [0] Unknown config option "sql_query" [0] Motion 3.2.10.1 Started /lib/rcscripts/sh/rc-daemon.sh: line 231: 11597 Segmentation fault /sbin/start-stop-daemon '--start' '-c' 'motion' '-g' 'video' '--quiet' '--exec' '/usr/bin/motion' [ !! ] Is there any way I can track down the problem? Is there another program that can take videos based on motion detection? - Grant