Send Motion-user mailing list submissions to
        motion-user@lists.sourceforge.net

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
        motion-user-requ...@lists.sourceforge.net

You can reach the person managing the list at
        motion-user-ow...@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Motion-user digest..."


Today's Topics:

   1. motion streaming from new axis camera (Christopher Ng)


----------------------------------------------------------------------

Message: 1
Date: Tue, 28 May 2019 16:04:42 -0400
From: Christopher Ng <chrmn...@gmail.com>
To: motion-user@lists.sourceforge.net
Subject: [Motion-user] motion streaming from new axis camera
Message-ID:
        <cabwxy65ugbqfxp_2wymsvzobouskmldk0p0iqvvsbe9gekd...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hello,
        I'm looking for some assistance with getting my new axis m2025-le
camera to stream motion jpeg to my linux box.  I have 3 axis 2100 cameras
currently working.  I am running motion 4.2.2.  My camera4.conf file for
the m2025-le is as follows.

# This config file was generated by motion 4.2.2

###########################################################
# Configuration options specific to camera 4
############################################################
# User defined name for the camera.
camera_name RH229_Hallway

# Numeric identifier for the camera.
camera_id 104

# The full URL of the network camera stream.
netcam_url      http://128.238.xx.xx/mjpg/video.mjpg
netcam_userpass root:xxxxxxx

netcam_keepalive on

# Image width in pixels.
width 640

# Image height in pixels.
height 480

# Text to be overlayed in the lower left corner of images
text_left

# Text to be overlayed in the lower right corner of images.
text_right Camera4\n%Y-%m-%d\n%T-%q

# File name(without extension) for movies relative to target directory
movie_filename %Y/%m/%d/movies/RH229_Hallway/%H:%M:%S




----------------------------------------




My motion.conf is as follows.



# Rename this distribution example file to motion.conf
#
# This config file was generated by motion 4.2.2
# Documentation:  /usr/local/share/doc/motion/motion_guide.html
#
# This file contains only the basic configuration options to get a
# system working.  There are many more options available.  Please
# consult the documentation for the complete list of all options.
#

############################################################
# System control configuration parameters
############################################################

# Start in daemon (background) mode and release terminal.
daemon on

# Start in Setup-Mode, daemon disabled.
setup_mode off

# File to store the process ID.
process_id_file /var/run/motion/motion.pid

# File to write logs messages into.  If not defined stderr and syslog is
used.
; log_file value

# Level of log messages [1..9] (EMG, ALR, CRT, ERR, WRN, NTC, INF, DBG,
ALL).
log_level 6

# Target directory for pictures, snapshots and movies
target_dir /capture

# Video device (e.g. /dev/video0) to be used for capturing.
#videodevice /dev/video0

# Parameters to control video device.  See motion_guide.html
; vid_control_params value

# The full URL of the network camera stream.
; netcam_url value

# Name of mmal camera (e.g. vc.ril.camera for pi camera).
; mmalcam_name value

# Camera control parameters (see raspivid/raspistill tool documentation)
; mmalcam_control_params value

############################################################
# Image Processing configuration parameters
############################################################

# Image width in pixels.
width 640

# Image height in pixels.
height 480

# Maximum number of frames to be captured per second.
framerate 2

# Text to be overlayed in the lower left corner of images
text_left CAMERA1

# Text to be overlayed in the lower right corner of images.
text_right %Y-%m-%d\n%T-%q

############################################################
# Motion detection configuration parameters
############################################################

# Always save pictures and movies even if there was no motion.
emulate_motion off

# Threshold for number of changed pixels that triggers motion.
threshold 1500

# Noise threshold for the motion detection.
; noise_level 32

# Despeckle the image using (E/e)rode or (D/d)ilate or (l)abel.
despeckle_filter EedDl

# Number of images that must contain motion to trigger an event.
minimum_motion_frames 1

# Gap in seconds of no motion detected that triggers the end of an event.
event_gap 60

# The number of pre-captured (buffered) pictures from before motion.
pre_capture 3

# Number of frames to capture after motion is no longer detected.
post_capture 0

############################################################
# Script execution configuration parameters
############################################################

# Command to be executed when an event starts.
; on_event_start value

# Command to be executed when an event ends.
; on_event_end value

# Command to be executed when a movie file is closed.
; on_movie_end value

############################################################
# Picture output configuration parameters
############################################################

# Output pictures when motion is detected
picture_output off

# File name(without extension) for pictures relative to target directory
picture_filename %Y%m%d%H%M%S-%q

############################################################
# Movie output configuration parameters
############################################################

# Create movies of motion events.
movie_output on

# Maximum length of movie in seconds.
movie_max_time 60

# The encoding quality of the movie. (0=use bitrate. 1=worst quality,
100=best)
movie_quality 45

# Container/Codec to used for the movie. See motion_guide.html
movie_codec mpeg4

# File name(without extension) for movies relative to target directory
movie_filename %t-%v-%Y%m%d%H%M%S

############################################################
# Webcontrol configuration parameters
############################################################

# Port number used for the webcontrol.
webcontrol_port 8080

# Restrict webcontrol connections to the localhost.
webcontrol_localhost on

# Type of configuration options to allow via the webcontrol.
webcontrol_parms 0

############################################################
# Live stream configuration parameters
############################################################

# The port number for the live stream.
####stream_port 8081
stream_port 80

# Restrict stream connections to the localhost.
stream_localhost on

##############################################################
# Camera config files - One for each camera.
##############################################################
camera /usr/local/etc/motion/camera1.conf
camera /usr/local/etc/motion/camera2.conf
camera /usr/local/etc/motion/camera3.conf
camera /usr/local/etc/motion/camera4.conf

##############################################################
# Directory to read '.conf' files for cameras.
##############################################################
; camera_dir /usr/local/etc/motion/conf.d



--------------------------------------------------------------------





I see this in my log file.


root@motion:/usr/local/etc/motion# tail -200 /var/log/syslog
May 28 16:00:21 motion motion: [4:ml4:RH229_Hallw] [WRN] [ALL] motion_init:
Could not fetch initial image from camera
May 28 16:00:21 motion motion: [4:ml4:RH229_Hallw] [WRN] [ALL] motion_init:
Motion continues using width and height from config file(s)
May 28 16:00:21 motion motion: [4:ml4:RH229_Hallw] [NTC] [ALL]
image_ring_resize: Resizing pre_capture buffer to 1 items
May 28 16:00:21 motion motion: [4:ml4:RH229_Hallw] [NTC] [NET]
netcam_setup_html: connected, going on to read image.
May 28 16:00:21 motion motion: [4:ml4:RH229_Hallw] [NTC] [NET]
netcam_read_html_jpeg: disconnecting netcam since keep-alive not set.
May 28 16:00:21 motion motion: [4:ml4:RH229_Hallw] [CRT] [NET]
netcam_start: libjpeg decompression failure on first frame - giving up!
May 28 16:00:21 motion motion: [4:ml4:RH229_Hallw] [ERR] [VID] vid_start:
Netcam failed to open
May 28 16:00:21 motion motion: [4:ml4:RH229_Hallw] [WRN] [ALL] motion_init:
Could not fetch initial image from camera
May 28 16:00:21 motion motion: [4:ml4:RH229_Hallw] [WRN] [ALL] motion_init:
Motion continues using width and height from config file(s)
May 28 16:00:21 motion motion: [4:ml4:RH229_Hallw] [NTC] [ALL]
image_ring_resize: Resizing pre_capture buffer to 1 items
May 28 16:00:21 motion motion: [4:ml4:RH229_Hallw] [NTC] [ALL]
image_ring_resize: Resizing pre_capture buffer to 4 items
May 28 16:00:21 motion motion: [4:ml4:RH229_Hallw] [NTC] [ALL]
image_ring_resize: Resizing pre_capture buffer to 4 items
May 28 16:00:30 motion motion: [4:ml4:RH229_Hallw] [WRN] [ALL] mlp_retry:
Retrying until successful connection with camera
May 28 16:00:30 motion motion: [4:ml4:RH229_Hallw] [NTC] [VID] vid_start:
Opening Netcam
May 28 16:00:30 motion motion: [4:ml4:RH229_Hallw] [NTC] [NET]
netcam_start: Network Camera starting for camera (RH229_Hallway)
May 28 16:00:30 motion motion: [4:ml4:RH229_Hallw] [WRN] [ALL] mlp_retry:
Retrying until successful connection with camera
May 28 16:00:30 motion motion: [4:ml4:RH229_Hallw] [NTC] [VID] vid_start:
Opening Netcam
May 28 16:00:30 motion motion: [4:ml4:RH229_Hallw] [NTC] [NET]
netcam_start: Network Camera starting for camera (RH229_Hallway)
May 28 16:00:30 motion motion: [4:ml4:RH229_Hallw] [NTC] [NET]
netcam_setup_html: connected, going on to read image.
May 28 16:00:30 motion motion: [4:ml4:RH229_Hallw] [NTC] [NET]
netcam_read_html_jpeg: disconnecting netcam since keep-alive not set.
May 28 16:00:30 motion motion: [4:ml4:RH229_Hallw] [CRT] [NET]
netcam_start: libjpeg decompression failure on first frame - giving up!
May 28 16:00:30 motion motion: [4:ml4:RH229_Hallw] [ERR] [VID] vid_start:
Netcam failed to open
May 28 16:00:30 motion motion: [4:ml4:RH229_Hallw] [NTC] [ALL] motion_loop:
Thread exiting
May 28 16:00:30 motion motion: [4:ml4:RH229_Hallw] [NTC] [NET]
netcam_setup_html: connected, going on to read image.
May 28 16:00:30 motion motion: [4:ml4:RH229_Hallw] [NTC] [NET]
netcam_read_html_jpeg: disconnecting netcam since keep-alive not set.
May 28 16:00:30 motion motion: [4:ml4:RH229_Hallw] [CRT] [NET]
netcam_start: libjpeg decompression failure on first frame - giving up!
May 28 16:00:30 motion motion: [4:ml4:RH229_Hallw] [ERR] [VID] vid_start:
Netcam failed to open
May 28 16:00:30 motion motion: [4:ml4:RH229_Hallw] [NTC] [ALL] motion_loop:
Thread exiting
May 28 16:00:30 motion motion: [0:motion] [NTC] [ALL] main: Motion thread 4
restart
May 28 16:00:30 motion motion: [0:motion] [NTC] [ALL] main: Motion thread 4
restart
May 28 16:00:30 motion motion: [0:motion] [NTC] [ALL] motion_start_thread:
Camera ID: 104 is from /usr/local/etc/motion/camera4.conf
May 28 16:00:30 motion motion: [0:motion] [NTC] [ALL] motion_start_thread:
Camera ID: 104 is from /usr/local/etc/motion/camera4.conf
May 28 16:00:30 motion motion: [0:motion] [NTC] [ALL] motion_start_thread:
Camera ID: 104 Camera Name: RH229_Hallway Service: http:
May 28 16:00:30 motion motion: [0:motion] [NTC] [ALL] motion_start_thread:
Camera ID: 104 Camera Name: RH229_Hallway Service: http:
May 28 16:00:30 motion motion: [4:ml4:RH229_Hallw] [NTC] [ALL] motion_init:
Camera 104 started: motion detection Enabled
May 28 16:00:30 motion motion: [4:ml4:RH229_Hallw] [NTC] [ALL] motion_init:
Camera 104 started: motion detection Enabled
May 28 16:00:30 motion motion: [4:ml4:RH229_Hallw] [NTC] [VID] vid_start:
Opening Netcam
May 28 16:00:30 motion motion: [4:ml4:RH229_Hallw] [NTC] [VID] vid_start:
Opening Netcam
May 28 16:00:30 motion motion: [4:ml4:RH229_Hallw] [NTC] [NET]
netcam_start: Network Camera starting for camera (RH229_Hallway)
May 28 16:00:30 motion motion: [4:ml4:RH229_Hallw] [NTC] [NET]
netcam_start: Network Camera starting for camera (RH229_Hallway)
May 28 16:00:30 motion motion: [4:ml4:RH229_Hallw] [NTC] [NET]
netcam_setup_html: connected, going on to read image.
May 28 16:00:30 motion motion: [4:ml4:RH229_Hallw] [NTC] [NET]
netcam_read_html_jpeg: disconnecting netcam since keep-alive not set.
May 28 16:00:30 motion motion: [4:ml4:RH229_Hallw] [NTC] [NET]
netcam_setup_html: connected, going on to read image.
May 28 16:00:30 motion motion: [4:ml4:RH229_Hallw] [CRT] [NET]
netcam_start: libjpeg decompression failure on first frame - giving up!
May 28 16:00:30 motion motion: [4:ml4:RH229_Hallw] [NTC] [NET]
netcam_read_html_jpeg: disconnecting netcam since keep-alive not set.
May 28 16:00:30 motion motion: [4:ml4:RH229_Hallw] [ERR] [VID] vid_start:
Netcam failed to open
May 28 16:00:30 motion motion: [4:ml4:RH229_Hallw] [CRT] [NET]
netcam_start: libjpeg decompression failure on first frame - giving up!
May 28 16:00:30 motion motion: [4:ml4:RH229_Hallw] [WRN] [ALL] motion_init:
Could not fetch initial image from camera
May 28 16:00:30 motion motion: [4:ml4:RH229_Hallw] [WRN] [ALL] motion_init:
Motion continues using width and height from config file(s)
May 28 16:00:30 motion motion: [4:ml4:RH229_Hallw] [ERR] [VID] vid_start:
Netcam failed to open
May 28 16:00:30 motion motion: [4:ml4:RH229_Hallw] [NTC] [ALL]
image_ring_resize: Resizing pre_capture buffer to 1 items
May 28 16:00:30 motion motion: [4:ml4:RH229_Hallw] [WRN] [ALL] motion_init:
Could not fetch initial image from camera
May 28 16:00:30 motion motion: [4:ml4:RH229_Hallw] [WRN] [ALL] motion_init:
Motion continues using width and height from config file(s)
May 28 16:00:30 motion motion: [4:ml4:RH229_Hallw] [NTC] [ALL]
image_ring_resize: Resizing pre_capture buffer to 1 items
May 28 16:00:30 motion motion: [4:ml4:RH229_Hallw] [NTC] [ALL]
image_ring_resize: Resizing pre_capture buffer to 4 items
May 28 16:00:30 motion motion: [4:ml4:RH229_Hallw] [NTC] [ALL]
image_ring_resize: Resizing pre_capture buffer to 4 items
May 28 16:00:30 motion motion: [4:ml4:RH229_Hallw] [WRN] [ALL] mlp_retry:
Retrying until successful connection with camera
May 28 16:00:30 motion motion: [4:ml4:RH229_Hallw] [WRN] [ALL] mlp_retry:
Retrying until successful connection with camera
May 28 16:00:30 motion motion: [4:ml4:RH229_Hallw] [NTC] [VID] vid_start:
Opening Netcam
May 28 16:00:30 motion motion: [4:ml4:RH229_Hallw] [NTC] [NET]
netcam_start: Network Camera starting for camera (RH229_Hallway)
May 28 16:00:30 motion motion: [4:ml4:RH229_Hallw] [NTC] [VID] vid_start:
Opening Netcam
May 28 16:00:30 motion motion: [4:ml4:RH229_Hallw] [NTC] [NET]
netcam_start: Network Camera starting for camera (RH229_Hallway)
May 28 16:00:30 motion motion: [4:ml4:RH229_Hallw] [NTC] [NET]
netcam_setup_html: connected, going on to read image.
May 28 16:00:30 motion motion: [4:ml4:RH229_Hallw] [NTC] [NET]
netcam_read_html_jpeg: disconnecting netcam since keep-alive not set.
May 28 16:00:30 motion motion: [4:ml4:RH229_Hallw] [CRT] [NET]
netcam_start: libjpeg decompression failure on first frame - giving up!
May 28 16:00:30 motion motion: [4:ml4:RH229_Hallw] [ERR] [VID] vid_start:
Netcam failed to open
May 28 16:00:30 motion motion: [4:ml4:RH229_Hallw] [NTC] [ALL] motion_loop:
Thread exiting
May 28 16:00:30 motion motion: [4:ml4:RH229_Hallw] [NTC] [NET]
netcam_setup_html: connected, going on to read image.
May 28 16:00:30 motion motion: [4:ml4:RH229_Hallw] [NTC] [NET]
netcam_read_html_jpeg: disconnecting netcam since keep-alive not set.
May 28 16:00:30 motion motion: [4:ml4:RH229_Hallw] [CRT] [NET]
netcam_start: libjpeg decompression failure on first frame - giving up!
May 28 16:00:30 motion motion: [4:ml4:RH229_Hallw] [ERR] [VID] vid_start:
Netcam failed to open
May 28 16:00:30 motion motion: [4:ml4:RH229_Hallw] [NTC] [ALL] motion_loop:
Thread exiting
May 28 16:00:31 motion motion: [0:motion] [NTC] [ALL] main: Motion thread 4
restart
May 28 16:00:31 motion motion: [0:motion] [NTC] [ALL] main: Motion thread 4
restart
May 28 16:00:31 motion motion: [0:motion] [NTC] [ALL] motion_start_thread:
Camera ID: 104 is from /usr/local/etc/motion/camera4.conf
May 28 16:00:31 motion motion: [0:motion] [NTC] [ALL] motion_start_thread:
Camera ID: 104 Camera Name: RH229_Hallway Service: http:
May 28 16:00:31 motion motion: [0:motion] [NTC] [ALL] motion_start_thread:
Camera ID: 104 is from /usr/local/etc/motion/camera4.conf
May 28 16:00:31 motion motion: [0:motion] [NTC] [ALL] motion_start_thread:
Camera ID: 104 Camera Name: RH229_Hallway Service: http:
May 28 16:00:31 motion motion: [4:ml4:RH229_Hallw] [NTC] [ALL] motion_init:
Camera 104 started: motion detection Enabled
May 28 16:00:31 motion motion: [4:ml4:RH229_Hallw] [NTC] [ALL] motion_init:
Camera 104 started: motion detection Enabled
May 28 16:00:31 motion motion: [4:ml4:RH229_Hallw] [NTC] [VID] vid_start:
Opening Netcam
May 28 16:00:31 motion motion: [4:ml4:RH229_Hallw] [NTC] [VID] vid_start:
Opening Netcam
May 28 16:00:31 motion motion: [4:ml4:RH229_Hallw] [NTC] [NET]
netcam_start: Network Camera starting for camera (RH229_Hallway)
May 28 16:00:31 motion motion: [4:ml4:RH229_Hallw] [NTC] [NET]
netcam_start: Network Camera starting for camera (RH229_Hallway)
May 28 16:00:31 motion motion: [4:ml4:RH229_Hallw] [NTC] [NET]
netcam_setup_html: connected, going on to read image.
May 28 16:00:31 motion motion: [4:ml4:RH229_Hallw] [NTC] [NET]
netcam_read_html_jpeg: disconnecting netcam since keep-alive not set.
May 28 16:00:31 motion motion: [4:ml4:RH229_Hallw] [CRT] [NET]
netcam_start: libjpeg decompression failure on first frame - giving up!
May 28 16:00:31 motion motion: [4:ml4:RH229_Hallw] [ERR] [VID] vid_start:
Netcam failed to open
May 28 16:00:31 motion motion: [4:ml4:RH229_Hallw] [WRN] [ALL] motion_init:
Could not fetch initial image from camera
May 28 16:00:31 motion motion: [4:ml4:RH229_Hallw] [WRN] [ALL] motion_init:
Motion continues using width and height from config file(s)
May 28 16:00:31 motion motion: [4:ml4:RH229_Hallw] [NTC] [ALL]
image_ring_resize: Resizing pre_capture buffer to 1 items
May 28 16:00:31 motion motion: [4:ml4:RH229_Hallw] [NTC] [NET]
netcam_setup_html: connected, going on to read image.
May 28 16:00:31 motion motion: [4:ml4:RH229_Hallw] [NTC] [NET]
netcam_read_html_jpeg: disconnecting netcam since keep-alive not set.
May 28 16:00:31 motion motion: [4:ml4:RH229_Hallw] [CRT] [NET]
netcam_start: libjpeg decompression failure on first frame - giving up!
May 28 16:00:31 motion motion: [4:ml4:RH229_Hallw] [ERR] [VID] vid_start:
Netcam failed to open
May 28 16:00:31 motion motion: [4:ml4:RH229_Hallw] [WRN] [ALL] motion_init:
Could not fetch initial image from camera
May 28 16:00:31 motion motion: [4:ml4:RH229_Hallw] [WRN] [ALL] motion_init:
Motion continues using width and height from config file(s)
May 28 16:00:31 motion motion: [4:ml4:RH229_Hallw] [NTC] [ALL]
image_ring_resize: Resizing pre_capture buffer to 1 items
May 28 16:00:31 motion motion: [4:ml4:RH229_Hallw] [NTC] [ALL]
image_ring_resize: Resizing pre_capture buffer to 4 items
May 28 16:00:31 motion motion: [4:ml4:RH229_Hallw] [NTC] [ALL]
image_ring_resize: Resizing pre_capture buffer to 4 items
May 28 16:00:36 motion motion: [2:ml2:RH223] [NTC] [ENC] ffmpeg_set_codec:
Low fps. Encoding 2 frames into a 10 frames container.
May 28 16:00:36 motion motion: [2:ml2:RH223] [NTC] [EVT] event_newfile:
File of type 8 saved to: /capture/2019/05/28/movies/RH223/16:00:34.avi
May 28 16:00:36 motion motion: [2:ml2:RH223] [NTC] [ALL] motion_detected:
Motion detected - starting event 4
May 28 16:00:36 motion motion: [2:ml2:RH223] [NTC] [ENC] ffmpeg_set_codec:
Low fps. Encoding 2 frames into a 10 frames container.
May 28 16:00:36 motion motion: [2:ml2:RH223] [NTC] [EVT] event_newfile:
File of type 8 saved to: /capture/2019/05/28/movies/RH223/16:00:35.avi
May 28 16:00:36 motion motion: [2:ml2:RH223] [NTC] [ALL] motion_detected:
Motion detected - starting event 2
May 28 16:00:40 motion motion: [4:ml4:RH229_Hallw] [WRN] [ALL] mlp_retry:
Retrying until successful connection with camera
May 28 16:00:40 motion motion: [4:ml4:RH229_Hallw] [NTC] [VID] vid_start:
Opening Netcam
May 28 16:00:40 motion motion: [4:ml4:RH229_Hallw] [NTC] [NET]
netcam_start: Network Camera starting for camera (RH229_Hallway)
May 28 16:00:40 motion motion: [4:ml4:RH229_Hallw] [WRN] [ALL] mlp_retry:
Retrying until successful connection with camera
May 28 16:00:40 motion motion: [4:ml4:RH229_Hallw] [NTC] [VID] vid_start:
Opening Netcam
May 28 16:00:40 motion motion: [4:ml4:RH229_Hallw] [NTC] [NET]
netcam_start: Network Camera starting for camera (RH229_Hallway)
May 28 16:00:40 motion motion: [4:ml4:RH229_Hallw] [NTC] [NET]
netcam_setup_html: connected, going on to read image.
May 28 16:00:40 motion motion: [4:ml4:RH229_Hallw] [NTC] [NET]
netcam_read_html_jpeg: disconnecting netcam since keep-alive not set.
May 28 16:00:40 motion motion: [4:ml4:RH229_Hallw] [CRT] [NET]
netcam_start: libjpeg decompression failure on first frame - giving up!
May 28 16:00:40 motion motion: [4:ml4:RH229_Hallw] [ERR] [VID] vid_start:
Netcam failed to open
May 28 16:00:40 motion motion: [4:ml4:RH229_Hallw] [NTC] [ALL] motion_loop:
Thread exiting
May 28 16:00:40 motion motion: [4:ml4:RH229_Hallw] [NTC] [NET]
netcam_setup_html: connected, going on to read image.
May 28 16:00:40 motion motion: [4:ml4:RH229_Hallw] [NTC] [NET]
netcam_read_html_jpeg: disconnecting netcam since keep-alive not set.
May 28 16:00:40 motion motion: [4:ml4:RH229_Hallw] [CRT] [NET]
netcam_start: libjpeg decompression failure on first frame - giving up!
May 28 16:00:40 motion motion: [4:ml4:RH229_Hallw] [ERR] [VID] vid_start:
Netcam failed to open
May 28 16:00:40 motion motion: [4:ml4:RH229_Hallw] [NTC] [ALL] motion_loop:
Thread exiting
May 28 16:00:40 motion motion: [0:motion] [NTC] [ALL] main: Motion thread 4
restart
May 28 16:00:40 motion motion: [0:motion] [NTC] [ALL] main: Motion thread 4
restart
May 28 16:00:40 motion motion: [0:motion] [NTC] [ALL] motion_start_thread:
Camera ID: 104 is from /usr/local/etc/motion/camera4.conf
May 28 16:00:40 motion motion: [0:motion] [NTC] [ALL] motion_start_thread:
Camera ID: 104 is from /usr/local/etc/motion/camera4.conf
May 28 16:00:40 motion motion: [0:motion] [NTC] [ALL] motion_start_thread:
Camera ID: 104 Camera Name: RH229_Hallway Service: http:
May 28 16:00:40 motion motion: [0:motion] [NTC] [ALL] motion_start_thread:
Camera ID: 104 Camera Name: RH229_Hallway Service: http:
May 28 16:00:40 motion motion: [4:ml4:RH229_Hallw] [NTC] [ALL] motion_init:
Camera 104 started: motion detection Enabled
May 28 16:00:40 motion motion: [4:ml4:RH229_Hallw] [NTC] [ALL] motion_init:
Camera 104 started: motion detection Enabled
May 28 16:00:40 motion motion: [4:ml4:RH229_Hallw] [NTC] [VID] vid_start:
Opening Netcam
May 28 16:00:40 motion motion: [4:ml4:RH229_Hallw] [NTC] [VID] vid_start:
Opening Netcam
May 28 16:00:40 motion motion: [4:ml4:RH229_Hallw] [NTC] [NET]
netcam_start: Network Camera starting for camera (RH229_Hallway)
May 28 16:00:40 motion motion: [4:ml4:RH229_Hallw] [NTC] [NET]
netcam_start: Network Camera starting for camera (RH229_Hallway)
May 28 16:00:40 motion motion: [4:ml4:RH229_Hallw] [NTC] [NET]
netcam_setup_html: connected, going on to read image.
May 28 16:00:40 motion motion: [4:ml4:RH229_Hallw] [NTC] [NET]
netcam_setup_html: connected, going on to read image.
May 28 16:00:40 motion motion: [4:ml4:RH229_Hallw] [NTC] [NET]
netcam_read_html_jpeg: disconnecting netcam since keep-alive not set.
May 28 16:00:40 motion motion: [4:ml4:RH229_Hallw] [CRT] [NET]
netcam_start: libjpeg decompression failure on first frame - giving up!
May 28 16:00:40 motion motion: [4:ml4:RH229_Hallw] [NTC] [NET]
netcam_read_html_jpeg: disconnecting netcam since keep-alive not set.
May 28 16:00:40 motion motion: [4:ml4:RH229_Hallw] [ERR] [VID] vid_start:
Netcam failed to open
May 28 16:00:40 motion motion: [4:ml4:RH229_Hallw] [CRT] [NET]
netcam_start: libjpeg decompression failure on first frame - giving up!
May 28 16:00:40 motion motion: [4:ml4:RH229_Hallw] [WRN] [ALL] motion_init:
Could not fetch initial image from camera
May 28 16:00:40 motion motion: [4:ml4:RH229_Hallw] [WRN] [ALL] motion_init:
Motion continues using width and height from config file(s)
May 28 16:00:40 motion motion: [4:ml4:RH229_Hallw] [NTC] [ALL]
image_ring_resize: Resizing pre_capture buffer to 1 items
May 28 16:00:40 motion motion: [4:ml4:RH229_Hallw] [ERR] [VID] vid_start:
Netcam failed to open
May 28 16:00:40 motion motion: [4:ml4:RH229_Hallw] [WRN] [ALL] motion_init:
Could not fetch initial image from camera
May 28 16:00:40 motion motion: [4:ml4:RH229_Hallw] [WRN] [ALL] motion_init:
Motion continues using width and height from config file(s)
May 28 16:00:40 motion motion: [4:ml4:RH229_Hallw] [NTC] [ALL]
image_ring_resize: Resizing pre_capture buffer to 1 items
May 28 16:00:40 motion motion: [4:ml4:RH229_Hallw] [NTC] [ALL]
image_ring_resize: Resizing pre_capture buffer to 4 items
May 28 16:00:40 motion motion: [4:ml4:RH229_Hallw] [NTC] [ALL]
image_ring_resize: Resizing pre_capture buffer to 4 items
May 28 16:00:40 motion motion: [4:ml4:RH229_Hallw] [WRN] [ALL] mlp_retry:
Retrying until successful connection with camera
May 28 16:00:40 motion motion: [4:ml4:RH229_Hallw] [WRN] [ALL] mlp_retry:
Retrying until successful connection with camera
May 28 16:00:40 motion motion: [4:ml4:RH229_Hallw] [NTC] [VID] vid_start:
Opening Netcam
May 28 16:00:40 motion motion: [4:ml4:RH229_Hallw] [NTC] [NET]
netcam_start: Network Camera starting for camera (RH229_Hallway)
May 28 16:00:40 motion motion: [4:ml4:RH229_Hallw] [NTC] [VID] vid_start:
Opening Netcam
May 28 16:00:40 motion motion: [4:ml4:RH229_Hallw] [NTC] [NET]
netcam_start: Network Camera starting for camera (RH229_Hallway)
May 28 16:00:40 motion motion: [4:ml4:RH229_Hallw] [NTC] [NET]
netcam_setup_html: connected, going on to read image.
May 28 16:00:40 motion motion: [4:ml4:RH229_Hallw] [NTC] [NET]
netcam_read_html_jpeg: disconnecting netcam since keep-alive not set.
May 28 16:00:40 motion motion: [4:ml4:RH229_Hallw] [CRT] [NET]
netcam_start: libjpeg decompression failure on first frame - giving up!
May 28 16:00:40 motion motion: [4:ml4:RH229_Hallw] [ERR] [VID] vid_start:
Netcam failed to open
May 28 16:00:40 motion motion: [4:ml4:RH229_Hallw] [NTC] [ALL] motion_loop:
Thread exiting
May 28 16:00:40 motion motion: [4:ml4:RH229_Hallw] [NTC] [NET]
netcam_setup_html: connected, going on to read image.
May 28 16:00:40 motion motion: [4:ml4:RH229_Hallw] [NTC] [NET]
netcam_read_html_jpeg: disconnecting netcam since keep-alive not set.
May 28 16:00:40 motion motion: [4:ml4:RH229_Hallw] [CRT] [NET]
netcam_start: libjpeg decompression failure on first frame - giving up!
May 28 16:00:40 motion motion: [4:ml4:RH229_Hallw] [ERR] [VID] vid_start:
Netcam failed to open
May 28 16:00:40 motion motion: [4:ml4:RH229_Hallw] [NTC] [ALL] motion_loop:
Thread exiting
May 28 16:00:41 motion motion: [0:motion] [NTC] [ALL] main: Motion thread 4
restart
May 28 16:00:41 motion motion: [0:motion] [NTC] [ALL] main: Motion thread 4
restart
May 28 16:00:41 motion motion: [0:motion] [NTC] [ALL] motion_start_thread:
Camera ID: 104 is from /usr/local/etc/motion/camera4.conf
May 28 16:00:41 motion motion: [0:motion] [NTC] [ALL] motion_start_thread:
Camera ID: 104 Camera Name: RH229_Hallway Service: http:
May 28 16:00:41 motion motion: [0:motion] [NTC] [ALL] motion_start_thread:
Camera ID: 104 is from /usr/local/etc/motion/camera4.conf
May 28 16:00:41 motion motion: [0:motion] [NTC] [ALL] motion_start_thread:
Camera ID: 104 Camera Name: RH229_Hallway Service: http:
May 28 16:00:41 motion motion: [4:ml4:RH229_Hallw] [NTC] [ALL] motion_init:
Camera 104 started: motion detection Enabled
May 28 16:00:41 motion motion: [4:ml4:RH229_Hallw] [NTC] [ALL] motion_init:
Camera 104 started: motion detection Enabled
May 28 16:00:41 motion motion: [4:ml4:RH229_Hallw] [NTC] [VID] vid_start:
Opening Netcam
May 28 16:00:41 motion motion: [4:ml4:RH229_Hallw] [NTC] [VID] vid_start:
Opening Netcam
May 28 16:00:41 motion motion: [4:ml4:RH229_Hallw] [NTC] [NET]
netcam_start: Network Camera starting for camera (RH229_Hallway)
May 28 16:00:41 motion motion: [4:ml4:RH229_Hallw] [NTC] [NET]
netcam_start: Network Camera starting for camera (RH229_Hallway)
May 28 16:00:41 motion motion: [4:ml4:RH229_Hallw] [NTC] [NET]
netcam_setup_html: connected, going on to read image.
May 28 16:00:41 motion motion: [4:ml4:RH229_Hallw] [NTC] [NET]
netcam_setup_html: connected, going on to read image.
May 28 16:00:41 motion motion: [4:ml4:RH229_Hallw] [NTC] [NET]
netcam_read_html_jpeg: disconnecting netcam since keep-alive not set.
May 28 16:00:41 motion motion: [4:ml4:RH229_Hallw] [NTC] [NET]
netcam_read_html_jpeg: disconnecting netcam since keep-alive not set.
May 28 16:00:41 motion motion: [4:ml4:RH229_Hallw] [CRT] [NET]
netcam_start: libjpeg decompression failure on first frame - giving up!
May 28 16:00:41 motion motion: [4:ml4:RH229_Hallw] [CRT] [NET]
netcam_start: libjpeg decompression failure on first frame - giving up!
May 28 16:00:41 motion motion: [4:ml4:RH229_Hallw] [ERR] [VID] vid_start:
Netcam failed to open
May 28 16:00:41 motion motion: [4:ml4:RH229_Hallw] [WRN] [ALL] motion_init:
Could not fetch initial image from camera
May 28 16:00:41 motion motion: [4:ml4:RH229_Hallw] [ERR] [VID] vid_start:
Netcam failed to open
May 28 16:00:41 motion motion: [4:ml4:RH229_Hallw] [WRN] [ALL] motion_init:
Motion continues using width and height from config file(s)
May 28 16:00:41 motion motion: [4:ml4:RH229_Hallw] [WRN] [ALL] motion_init:
Could not fetch initial image from camera
May 28 16:00:41 motion motion: [4:ml4:RH229_Hallw] [NTC] [ALL]
image_ring_resize: Resizing pre_capture buffer to 1 items
May 28 16:00:41 motion motion: [4:ml4:RH229_Hallw] [WRN] [ALL] motion_init:
Motion continues using width and height from config file(s)
May 28 16:00:41 motion motion: [4:ml4:RH229_Hallw] [NTC] [ALL]
image_ring_resize: Resizing pre_capture buffer to 1 items
May 28 16:00:41 motion motion: [4:ml4:RH229_Hallw] [NTC] [ALL]
image_ring_resize: Resizing pre_capture buffer to 4 items
May 28 16:00:41 motion motion: [4:ml4:RH229_Hallw] [NTC] [ALL]
image_ring_resize: Resizing pre_capture buffer to 4 items
May 28 16:00:42 motion motion: [3:ml3:RH223_Hallw] [NTC] [ENC]
ffmpeg_set_codec: Low fps. Encoding 2 frames into a 10 frames container.
May 28 16:00:42 motion motion: [3:ml3:RH223_Hallw] [NTC] [EVT]
event_newfile: File of type 8 saved to:
/capture/2019/05/28/movies/RH223_Hallway/16:00:41.avi
May 28 16:00:42 motion motion: [3:ml3:RH223_Hallw] [NTC] [ALL]
motion_detected: Motion detected - starting event 9
May 28 16:00:43 motion motion: [3:ml3:RH223_Hallw] [NTC] [ENC]
ffmpeg_set_codec: Low fps. Encoding 2 frames into a 10 frames container.
May 28 16:00:43 motion motion: [3:ml3:RH223_Hallw] [NTC] [EVT]
event_newfile: File of type 8 saved to:
/capture/2019/05/28/movies/RH223_Hallway/16:00:41.avi
May 28 16:00:43 motion motion: [3:ml3:RH223_Hallw] [NTC] [ALL]
motion_detected: Motion detected - starting event 4
root@motion:/usr/local/etc/motion#



Appreciate any pointers you can give,
thanks,
Chris
-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------



------------------------------

Subject: Digest Footer

_______________________________________________
Motion-user mailing list
Motion-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/motion-user


------------------------------

End of Motion-user Digest, Vol 155, Issue 28
********************************************

Reply via email to