Send Motion-user mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/motion-user
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Motion-user digest..."
Today's Topics:
1. split boundary ???? (Richard Bown)
2. Re: split boundary ???? (Richard Bown)
3. Re: split boundary ???? (Kinney Baughman)
----------------------------------------------------------------------
Message: 1
Date: Thu, 17 Dec 2015 19:09:35 +0000
From: Richard Bown <[email protected]>
Subject: [Motion-user] split boundary ????
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=US-ASCII
Hi
Motion is saving every 500ms a jpeg
My conf file hasn't changed nor has the camera,
syslog shows this repeatedly, any ideas, there are a lot of seconds in a day,
and its 2 pics/sec
Dec 17 18:53:11 odroid motion: [1] [NTC] [NET] netcam_read_html_jpeg: Potential
split boundary -
1447 chars flushed, 1 re-positioned
movement section of the config:-
############################################################
# Motion Detection Settings:
############################################################
# Threshold for number of changed pixels in an image that
# triggers motion detection (default: 1500)
threshold 3500
# Automatically tune the threshold down if possible (default: off)
threshold_tune off
# Noise threshold for the motion detection (default: 32)
noise_level 100
# Automatically tune the noise threshold (default: on)
noise_tune on
# Despeckle motion image using (e)rode or (d)ilate or (l)abel (Default: not
defined)
# Recommended value is EedDl. Any combination (and number of) of E, e, d, and D
is valid.
# (l)abeling must only be used once and the 'l' must be the last letter.
# Comment out to disable
despeckle EedDl
# Detect motion in predefined areas (1 - 9). Areas are numbered like that: 1 2
3
# A script (on_area_detected) is started immediately when motion is 4 5
6
# detected in one of the given areas, but only once during an event. 7 8
9
# One or more areas can be specified with this option. (Default: not defined)
area_detect value 5
# PGM file to use as a sensitivity mask.
# Full path name to. (Default: not defined)
; mask_file value
# Dynamically create a mask file during operation (default: 0)
# Adjust speed of mask changes from 0 (off) to 10 (fast)
smart_mask_speed 0
:
What Have I manage to screw up ?????
motion is running on a ARM7 SBC, Odroid C1+ running Debian jessie
Thanks
--
--
Best wishes /73
Richard Bown
Email : [email protected]
HTTP : http://www.g8jvm.com
nil carborundum a illegitemis
##################################################################################
Ham Call: G8JVM . QRV: 50-432 MHz + Microwave 23 cms 140W, 13 cms 100W & 3cms 5W
Maidenhead QRA: IO82SP38, LAT. 52 39.720' N LONG. 2 28.171 W
QRV VHF 6mtrs 200W, 4 mtrs 150W, 2mtrs 400W, 70cms 200W
OS: Linux Mint 17.3 x86_64 on a Dell Inspiron N5030 laptop
##################################################################################
------------------------------
Message: 2
Date: Thu, 17 Dec 2015 19:42:56 +0000
From: Richard Bown <[email protected]>
Subject: Re: [Motion-user] split boundary ????
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=US-ASCII
On Thu, 17 Dec 2015 19:09:35 +0000
Richard Bown <[email protected]> wrote:
> Hi
> Motion is saving every 500ms a jpeg
> My conf file hasn't changed nor has the camera,
> syslog shows this repeatedly, any ideas, there are a lot of seconds in a day,
> and its 2 pics/sec
>
> Dec 17 18:53:11 odroid motion: [1] [NTC] [NET] netcam_read_html_jpeg:
> Potential split boundary -
> 1447 chars flushed, 1 re-positioned
>
>
> movement section of the config:-
>
> ############################################################
> # Motion Detection Settings:
> ############################################################
>
> # Threshold for number of changed pixels in an image that
> # triggers motion detection (default: 1500)
> threshold 3500
>
> # Automatically tune the threshold down if possible (default: off)
> threshold_tune off
>
> # Noise threshold for the motion detection (default: 32)
> noise_level 100
>
> # Automatically tune the noise threshold (default: on)
> noise_tune on
>
> # Despeckle motion image using (e)rode or (d)ilate or (l)abel (Default: not
> defined)
> # Recommended value is EedDl. Any combination (and number of) of E, e, d, and
> D is valid.
> # (l)abeling must only be used once and the 'l' must be the last letter.
> # Comment out to disable
> despeckle EedDl
>
> # Detect motion in predefined areas (1 - 9). Areas are numbered like that: 1
> 2 3
> # A script (on_area_detected) is started immediately when motion is 4
> 5 6
> # detected in one of the given areas, but only once during an event. 7
> 8 9
> # One or more areas can be specified with this option. (Default: not defined)
> area_detect value 5
>
> # PGM file to use as a sensitivity mask.
> # Full path name to. (Default: not defined)
> ; mask_file value
>
> # Dynamically create a mask file during operation (default: 0)
> # Adjust speed of mask changes from 0 (off) to 10 (fast)
> smart_mask_speed 0
>
> :
>
> What Have I manage to screw up ?????
>
> motion is running on a ARM7 SBC, Odroid C1+ running Debian jessie
>
> Thanks
>
Answering myself, I got this when starting motion from CLI
odroid@odroid:~$ [0] [NTC] [ALL] conf_load: Processing thread 0 - config file
/etc/motion/motion.conf
[0] [ALR] [ALL] conf_cmdparse: Unknown config option "netcam_http"
[0] [ALR] [ALL] conf_cmdparse: Unknown config option "despeckle"
[0] [ALR] [ALL] conf_cmdparse: Unknown config option "gap"
[0] [ALR] [ALL] conf_cmdparse: Unknown config option "max_mpeg_time"
[0] [ALR] [ALL] conf_cmdparse: Unknown config option "output_all"
[0] [ALR] [ALL] conf_cmdparse: Unknown config option "output_normal"
[0] [ALR] [ALL] conf_cmdparse: Unknown config option "output_motion"
[0] [ALR] [ALL] conf_cmdparse: Unknown config option "ppm"
[0] [ALR] [ALL] conf_cmdparse: Unknown config option "ffmpeg_cap_new"
[0] [ALR] [ALL] conf_cmdparse: Unknown config option "ffmpeg_cap_motion"
[0] [ALR] [ALL] conf_cmdparse: Unknown config option "locate"
[0] [ALR] [ALL] conf_cmdparse: Unknown config option "jpeg_filename"
[0] [ALR] [ALL] conf_cmdparse: Unknown config option "webcam_port"
[0] [ALR] [ALL] conf_cmdparse: Unknown config option "webcam_quality"
[0] [ALR] [ALL] conf_cmdparse: Unknown config option "webcam_motion"
[0] [ALR] [ALL] conf_cmdparse: Unknown config option "webcam_maxrate"
[0] [ALR] [ALL] conf_cmdparse: Unknown config option "webcam_localhost"
[0] [ALR] [ALL] conf_cmdparse: Unknown config option "webcam_limit"
[0] [ALR] [ALL] conf_cmdparse: Unknown config option "control_port"
[0] [ALR] [ALL] conf_cmdparse: Unknown config option "control_localhost"
[0] [ALR] [ALL] conf_cmdparse: Unknown config option "control_html_output"
[0] [ALR] [ALL] conf_cmdparse: Unknown config option "sql_log_image"
[0] [ALR] [ALL] conf_cmdparse: Unknown config option "sql_log_mpeg"
[0] [NTC] [ALL] motion_startup: Using default log level (NTC) (6)
[0] [NTC] [ALL] motion_startup: Motion 3.2.12+git20140228 Started
[0] [NTC] [ALL] motion_startup: Logging to syslog
[0] [NTC] [ALL] motion_startup: Using default log type (ALL)
[0] [NTC] [ALL] motion_startup: Using log type (ALL) log level (NTC)
[0] [NTC] [ALL] become_daemon: Motion going to daemon mode
Something strange here
--
--
Best wishes /73
Richard Bown
Email : [email protected]
HTTP : http://www.g8jvm.com
nil carborundum a illegitemis
##################################################################################
Ham Call: G8JVM . QRV: 50-432 MHz + Microwave 23 cms 140W, 13 cms 100W & 3cms 5W
Maidenhead QRA: IO82SP38, LAT. 52 39.720' N LONG. 2 28.171 W
QRV VHF 6mtrs 200W, 4 mtrs 150W, 2mtrs 400W, 70cms 200W
OS: Linux Mint 17.3 x86_64 on a Dell Inspiron N5030 laptop
##################################################################################
------------------------------
Message: 3
Date: Thu, 17 Dec 2015 15:09:55 -0500
From: Kinney Baughman <[email protected]>
Subject: Re: [Motion-user] split boundary ????
To: Motion discussion list <[email protected]>
Message-ID:
<CAHbOPQU=hwubyfarl9zn7tgl8wmwwga9y1rdt88urcmna51...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Hello fellow Odroid user!!
I think I've been here before myself but it's been a while.
You say your config file hasn't changed.
But if you're using motion 3.2.12, then you've definitely upgraded motion.
I think that's the problem.
My memory is fuzzy here but I think there is a point in the upgrade cycle
with motion that you have to redo your motion.conf file because the new
motion uses new/different parameters. And that's why you're getting all
those errors.
Someone feel free to correct me but my advice is to reinstall or upgrade
motion and edit the new motion.conf file that is generated by comparing it
to your old motion.conf and uncommenting the directives that look most like
your old conf file and go from there.
Hope this helps get you off the dime.
On Thu, Dec 17, 2015 at 2:42 PM, Richard Bown <[email protected]> wrote:
> On Thu, 17 Dec 2015 19:09:35 +0000
> Richard Bown <[email protected]> wrote:
>
> > Hi
> > Motion is saving every 500ms a jpeg
> > My conf file hasn't changed nor has the camera,
> > syslog shows this repeatedly, any ideas, there are a lot of seconds in a
> day, and its 2 pics/sec
> >
> > Dec 17 18:53:11 odroid motion: [1] [NTC] [NET] netcam_read_html_jpeg:
> Potential split boundary -
> > 1447 chars flushed, 1 re-positioned
> >
> >
> > movement section of the config:-
> >
> > ############################################################
> > # Motion Detection Settings:
> > ############################################################
> >
> > # Threshold for number of changed pixels in an image that
> > # triggers motion detection (default: 1500)
> > threshold 3500
> >
> > # Automatically tune the threshold down if possible (default: off)
> > threshold_tune off
> >
> > # Noise threshold for the motion detection (default: 32)
> > noise_level 100
> >
> > # Automatically tune the noise threshold (default: on)
> > noise_tune on
> >
> > # Despeckle motion image using (e)rode or (d)ilate or (l)abel (Default:
> not defined)
> > # Recommended value is EedDl. Any combination (and number of) of E, e,
> d, and D is valid.
> > # (l)abeling must only be used once and the 'l' must be the last letter.
> > # Comment out to disable
> > despeckle EedDl
> >
> > # Detect motion in predefined areas (1 - 9). Areas are numbered like
> that: 1 2 3
> > # A script (on_area_detected) is started immediately when motion is
> 4 5 6
> > # detected in one of the given areas, but only once during an event.
> 7 8 9
> > # One or more areas can be specified with this option. (Default: not
> defined)
> > area_detect value 5
> >
> > # PGM file to use as a sensitivity mask.
> > # Full path name to. (Default: not defined)
> > ; mask_file value
> >
> > # Dynamically create a mask file during operation (default: 0)
> > # Adjust speed of mask changes from 0 (off) to 10 (fast)
> > smart_mask_speed 0
> >
> > :
> >
> > What Have I manage to screw up ?????
> >
> > motion is running on a ARM7 SBC, Odroid C1+ running Debian jessie
> >
> > Thanks
> >
>
> Answering myself, I got this when starting motion from CLI
>
> odroid@odroid:~$ [0] [NTC] [ALL] conf_load: Processing thread 0 - config
> file /etc/motion/motion.conf
> [0] [ALR] [ALL] conf_cmdparse: Unknown config option "netcam_http"
> [0] [ALR] [ALL] conf_cmdparse: Unknown config option "despeckle"
> [0] [ALR] [ALL] conf_cmdparse: Unknown config option "gap"
> [0] [ALR] [ALL] conf_cmdparse: Unknown config option "max_mpeg_time"
> [0] [ALR] [ALL] conf_cmdparse: Unknown config option "output_all"
> [0] [ALR] [ALL] conf_cmdparse: Unknown config option "output_normal"
> [0] [ALR] [ALL] conf_cmdparse: Unknown config option "output_motion"
> [0] [ALR] [ALL] conf_cmdparse: Unknown config option "ppm"
> [0] [ALR] [ALL] conf_cmdparse: Unknown config option "ffmpeg_cap_new"
> [0] [ALR] [ALL] conf_cmdparse: Unknown config option "ffmpeg_cap_motion"
> [0] [ALR] [ALL] conf_cmdparse: Unknown config option "locate"
> [0] [ALR] [ALL] conf_cmdparse: Unknown config option "jpeg_filename"
> [0] [ALR] [ALL] conf_cmdparse: Unknown config option "webcam_port"
> [0] [ALR] [ALL] conf_cmdparse: Unknown config option "webcam_quality"
> [0] [ALR] [ALL] conf_cmdparse: Unknown config option "webcam_motion"
> [0] [ALR] [ALL] conf_cmdparse: Unknown config option "webcam_maxrate"
> [0] [ALR] [ALL] conf_cmdparse: Unknown config option "webcam_localhost"
> [0] [ALR] [ALL] conf_cmdparse: Unknown config option "webcam_limit"
> [0] [ALR] [ALL] conf_cmdparse: Unknown config option "control_port"
> [0] [ALR] [ALL] conf_cmdparse: Unknown config option "control_localhost"
> [0] [ALR] [ALL] conf_cmdparse: Unknown config option "control_html_output"
> [0] [ALR] [ALL] conf_cmdparse: Unknown config option "sql_log_image"
> [0] [ALR] [ALL] conf_cmdparse: Unknown config option "sql_log_mpeg"
> [0] [NTC] [ALL] motion_startup: Using default log level (NTC) (6)
> [0] [NTC] [ALL] motion_startup: Motion 3.2.12+git20140228 Started
> [0] [NTC] [ALL] motion_startup: Logging to syslog
> [0] [NTC] [ALL] motion_startup: Using default log type (ALL)
> [0] [NTC] [ALL] motion_startup: Using log type (ALL) log level (NTC)
> [0] [NTC] [ALL] become_daemon: Motion going to daemon mode
>
>
> Something strange here
>
> --
> --
> Best wishes /73
> Richard Bown
>
> Email : [email protected]
> HTTP : http://www.g8jvm.com
> nil carborundum a illegitemis
>
> ##################################################################################
> Ham Call: G8JVM . QRV: 50-432 MHz + Microwave 23 cms 140W, 13 cms 100W &
> 3cms 5W
> Maidenhead QRA: IO82SP38, LAT. 52 39.720' N LONG. 2 28.171 W
> QRV VHF 6mtrs 200W, 4 mtrs 150W, 2mtrs 400W, 70cms 200W
> OS: Linux Mint 17.3 x86_64 on a Dell Inspiron N5030 laptop
>
> ##################################################################################
>
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Motion-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/motion-user
> http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome
>
--
Kinney Baughman, Technology Support Specialist
Information Technology Services
Appalachian State University
220 University Hall
Boone, NC 28608 Phone: 828-262-6523
-------------- next part --------------
An HTML attachment was scrubbed...
------------------------------
------------------------------------------------------------------------------
------------------------------
_______________________________________________
Motion-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/motion-user
End of Motion-user Digest, Vol 115, Issue 6
*******************************************