Skip to content

Low framerate with Raspberry Pi camera #1911

@David-Hari

Description

@David-Hari

Did you read the guide?

Yes

What is the base version number of Motion being used?

5.2.x

What was the install method?

Built from source code

What is base architecture?

ARM-32bit

What is the distro being used?

Raspbian

Disto version number

Debian 13 (trixie)

Camera/Sound type(s) being used?

PI cam via libcamerify

Describe the issue/problem and steps to reproduce

I have a Raspberry Pi 2B+ with an IR camera (I believe it is the OV5647) and I just installed the latest Raspbian on it and tried to get Motion working. v4 didn't work, even with the libcamerify workaround, so I tried building v5 from source.
I eventually got it working, but at a measly 1 frame per second. With rpicam-vid I can easily get the 15fps I desire, at 1920x1080. I even had to drop the resolution down to 1280x720 for Motion just to get 1-2fps.
I'm guessing that this is because it's doing software decoding, or not using the hardware as efficiently as it could.
Is there anything I can do to fix this, or is it a limitation of the Motion software?

Relevant Motion log output (at log_level 8)

Oct 18 20:08:56 raspberry-pi systemd[1]: Starting motion.service - Motion - Enhanced security camera monitoring software....
Oct 18 20:08:56 raspberry-pi systemd[1]: Started motion.service - Motion - Enhanced security camera monitoring software..
Oct 18 20:09:01 raspberry-pi motion[8606]: [NTC][ALL][mo00] process: Processing config file /var/lib/motion/motion.conf
Oct 18 20:09:01 raspberry-pi motion[8606]: [NTC][ALL][mo00] init: No camera or sound configuration files specified.
Oct 18 20:09:01 raspberry-pi motion[8606]: [NTC][ALL][mo00] init: Adding a camera configuration file.
Oct 18 20:09:01 raspberry-pi motion[8606]: [NTC][ALL][mo00] set_log_file: Logging to syslog
Oct 18 20:09:01 raspberry-pi motion[8606]: [NTC][ALL][mo00] mytranslate_init: Language: English
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] parms_log: Logging configuration parameters from all files
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] Config file: /var/lib/motion/motion.conf
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] daemon                    off
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] pid_file
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] log_file
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] log_level                 8
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] log_fflevel               3
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] log_type                  ALL
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] native_language           on
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] device_name               PiCamera
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] device_id                 0
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] device_tmo                30
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] pause                     schedule
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] schedule_params
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] cleandir_params
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] target_dir                /mnt/video
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] watchdog_tmo              90
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] watchdog_kill             0
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] v4l2_device
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] v4l2_params
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] netcam_url                <redacted>
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] netcam_params
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] netcam_high_url           <redacted>
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] netcam_high_params
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] netcam_userpass           <redacted>
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] libcam_device             camera0
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] libcam_params
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] width                     1280
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] height                    720
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] framerate                 15
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] rotate                    0
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] flip_axis                 none
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] locate_motion_mode        off
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] locate_motion_style       box
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] text_left
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] text_right                %Y-%m-%d\n%T
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] text_changes              off
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] text_scale                1
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] text_event                %Y%m%d%H%M%S
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] emulate_motion            off
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] threshold                 1500
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] threshold_maximum         0
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] threshold_sdevx           0
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] threshold_sdevy           0
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] threshold_sdevxy          0
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] threshold_ratio           0
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] threshold_ratio_change    64
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] threshold_tune            off
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] secondary_method          none
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] secondary_params
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] noise_level               32
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] noise_tune                on
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] despeckle_filter          EedDl
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] area_detect
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] mask_file
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] mask_privacy
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] smart_mask_speed          0
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] lightswitch_percent       0
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] lightswitch_frames        5
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] minimum_motion_frames     1
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] static_object_time        10
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] event_gap                 60
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] pre_capture               3
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] post_capture              10
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] on_event_start
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] on_event_end
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] on_picture_save
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] on_area_detected
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] on_motion_detected
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] on_movie_start
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] on_movie_end
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] on_camera_lost
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] on_camera_found
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] on_secondary_detect
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] on_action_user
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] on_sound_alert
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] picture_output            off
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] picture_output_motion     off
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] picture_type              jpg
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] picture_quality           75
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] picture_exif
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] picture_filename          %v-%Y%m%d%H%M%S-%q
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] snapshot_interval         0
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] snapshot_filename         %v-%Y%m%d%H%M%S-snapshot
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] movie_output              on
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] movie_output_motion       off
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] movie_max_time            600
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] movie_bps                 400000
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] movie_quality             90
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] movie_container           mkv
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] movie_passthrough         off
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] movie_filename            %Y-%m-%d_%H:%M:%S
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] movie_retain              all
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] movie_all_frames          on
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] movie_extpipe_use         off
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] movie_extpipe
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] timelapse_interval        0
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] timelapse_mode            daily
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] timelapse_fps             30
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] timelapse_container       mpg
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] timelapse_filename        %Y%m%d-timelapse
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] video_pipe
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] video_pipe_motion
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] webcontrol_port           8080
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] webcontrol_port2          0
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] webcontrol_base_path
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] webcontrol_ipv6           off
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] webcontrol_localhost      off
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] webcontrol_parms          2
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] webcontrol_interface      default
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] webcontrol_auth_method    none
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] webcontrol_authentication <redacted>
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] webcontrol_tls            off
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] webcontrol_cert           <redacted>
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] webcontrol_key            <redacted>
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] webcontrol_headers
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] webcontrol_html
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] webcontrol_actions
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] webcontrol_lock_minutes   10
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] webcontrol_lock_attempts  3
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] webcontrol_lock_script
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] stream_preview_scale      100
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] stream_preview_newline    off
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] stream_preview_params
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] stream_preview_method     combined
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] stream_preview_ptz        on
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] stream_quality            50
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] stream_grey               off
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] stream_motion             off
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] stream_maxrate            15
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] stream_scan_time          5
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] stream_scan_scale         25
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] database_type             sqlite3
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] database_dbname           /var/lib/motion/motion.db
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] database_host             localhost
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] database_port             0
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] database_user             <redacted>
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] database_password         <redacted>
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] database_busy_timeout     0
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] sql_event_start
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] sql_event_end
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] sql_movie_start
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] sql_movie_end
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] sql_pic_save
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] ptz_auto_track            off
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] ptz_wait                  0
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] ptz_move_track
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] ptz_pan_left
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] ptz_pan_right
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] ptz_tilt_up
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] ptz_tilt_down
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] ptz_zoom_in
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] ptz_zoom_out
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] snd_device
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] snd_params
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] snd_window                hamming
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] snd_show                  off
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] Camera config file: /var/lib/motion/camera1.conf
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][mo00] device_id                 1
Oct 18 20:09:01 raspberry-pi motion[8606]: [NTC][ALL][mo00] pid_write: Motion pid: 8606
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][ALL][mo00] ntc: v4l2   : available
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][ALL][mo00] ntc: webp   : available
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][ALL][mo00] ntc: libcam : available
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][ALL][mo00] ntc: mysql  : not available
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][ALL][mo00] ntc: MariaDB: available
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][ALL][mo00] ntc: sqlite3: not available
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][ALL][mo00] ntc: pgsql  : not available
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][ALL][mo00] ntc: nls    : available
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][ALL][mo00] ntc: alsa   : available
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][ALL][mo00] ntc: fftw3  : available
Oct 18 20:09:01 raspberry-pi motion[8606]: [NTC][ENC][mo00] av_init: libavcodec  version 61.19.101
Oct 18 20:09:01 raspberry-pi motion[8606]: [NTC][ENC][mo00] av_init: libavformat version 61.7.100
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][DBS][mo00] dbse_open: Opening database
Oct 18 20:09:01 raspberry-pi motion[8606]: [NTC][DBS][mo00] sqlite3db_init: SQLite3 Database filename /var/lib/motion/motion.db
Oct 18 20:09:01 raspberry-pi motion[8606]: [NTC][DBS][mo00] sqlite3db_init: database_busy_timeout 0 msec
Oct 18 20:09:01 raspberry-pi motion[8606]: [NTC][STR][mo00] startup: Starting webcontrol on port 8080
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][ALL][mo00] util_parms_add: webcontrol_actions:>event< >on<
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][ALL][mo00] util_parms_add: webcontrol_actions:>snapshot< >on<
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][ALL][mo00] util_parms_add: webcontrol_actions:>pause< >on<
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][ALL][mo00] util_parms_add: webcontrol_actions:>restart< >on<
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][ALL][mo00] util_parms_add: webcontrol_actions:>stop< >on<
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][ALL][mo00] util_parms_add: webcontrol_actions:>config_write< >on<
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][ALL][mo00] util_parms_add: webcontrol_actions:>camera_add< >on<
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][ALL][mo00] util_parms_add: webcontrol_actions:>camera_delete< >on<
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][ALL][mo00] util_parms_add: webcontrol_actions:>config< >on<
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][ALL][mo00] util_parms_add: webcontrol_actions:>ptz< >on<
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][ALL][mo00] util_parms_add: webcontrol_actions:>movies< >on<
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][ALL][mo00] util_parms_add: webcontrol_actions:>action_user< >on<
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][STR][mo00] mhd_features_basic: Basic authentication: available
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][STR][mo00] mhd_features_digest: Digest authentication: available
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][STR][mo00] mhd_features_ipv6: IPV6: available
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][STR][mo00] mhd_features_tls: SSL/TLS: available
Oct 18 20:09:01 raspberry-pi motion[8606]: [NTC][STR][mo00] start_daemon_port1: Started webcontrol on port 8080
Oct 18 20:09:01 raspberry-pi motion[8606]: [INF][ALL][cl01:PiCamera] init: Initialize Camera
Oct 18 20:09:01 raspberry-pi motion[8606]: [NTC][VID][cl01:PiCamera] cls_libcam: Opening libcam
Oct 18 20:09:01 raspberry-pi motion[8606]: [NTC][VID][cl01:PiCamera] start_mgr: Starting.
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][DBS][dl00:dbsl] sqlite3db_exec: Executing query
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][DBS][dl00:dbsl] sqlite3db_exec: Finished query
Oct 18 20:09:01 raspberry-pi motion[8606]: [NTC][VID][cl01:PiCamera] start_mgr: cam_mgr started.
Oct 18 20:09:01 raspberry-pi motion[8606]: [NTC][VID][cl01:PiCamera] start_mgr: Finished.
Oct 18 20:09:01 raspberry-pi motion[8606]: [NTC][VID][cl01:PiCamera] start_config: Starting.
Oct 18 20:09:01 raspberry-pi motion[8606]: [NTC][VID][cl01:PiCamera] start_config: Configuration is valid
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera] Libcamera Orientation Options:
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]   Rotate0
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]   Rotate0Mirror
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]   Rotate180
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]   Rotate180Mirror
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]   Rotate90
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]   Rotate90Mirror
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]   Rotate270
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]   Rotate270Mirror
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera] Libcamera Controls:
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]   AeMeteringMode(int)
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     MeteringCentreWeighted = 0
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     MeteringSpot = 1
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     MeteringMatrix = 2
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     MeteringCustom = 3
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]   AeConstraintMode(int)
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     ConstraintNormal = 0
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     ConstraintHighlight = 1
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     ConstraintShadows = 2
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     ConstraintCustom = 3
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]   AeExposureMode(int)
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     ExposureNormal = 0
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     ExposureShort = 1
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     ExposureLong = 2
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     ExposureCustom = 3
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]   ExposureValue(float)
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]   ExposureTime(int)
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]   AnalogueGain(float)
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]   Brightness(float)
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]   Contrast(float)
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]   Lux(float)
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]   AwbEnable(bool)
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]   AwbMode(int)
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     AwbAuto = 0
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     AwbIncandescent = 1
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     AwbTungsten = 2
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     AwbFluorescent = 3
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     AwbIndoor = 4
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     AwbDaylight = 5
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     AwbCloudy = 6
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     AwbCustom = 7
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]   AwbLocked(bool)
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]   ColourGains(Pipe delimited)
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]      Red | Blue
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]   ColourTemperature(int)
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]   Saturation(float)
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]   SensorBlackLevels(Pipe delimited)
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]      var1|var2|var3|var4
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]   Sharpness(float)
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]   FocusFoM(int)
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]   ColourCorrectionMatrix(Pipe delimited)
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]      var1|var2|...|var8|var9
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]   ScalerCrop(Pipe delimited)
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]      x | y | h | w
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]   DigitalGain(float)
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]   FrameDuration(int)
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]   FrameDurationLimits(Pipe delimited)
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]      min | max
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]   SensorTemperature(float)
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]   SensorTimestamp(int)
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]   AfMode(int)
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     AfModeManual = 0
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     AfModeAuto = 1
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     AfModeContinuous = 2
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]   AfRange(0-2)
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     AfRangeNormal = 0
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     AfRangeMacro = 1
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     AfRangeFull = 2
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]   AfSpeed(int)
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     AfSpeedNormal = 0
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     AfSpeedFast = 1
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]   AfMetering(int)
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     AfMeteringAuto = 0
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     AfMeteringWindows = 1
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]   AfWindows(Pipe delimited)
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]      x | y | h | w
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]   AfTrigger(int)
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     AfTriggerStart = 0
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     AfTriggerCancel = 1
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]   AfPause(int)
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     AfPauseImmediate = 0
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     AfPauseDeferred = 1
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     AfPauseResume = 2
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]   LensPosition(float)
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]   AfState(int)
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     AfStateIdle = 0
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     AfStateScanning = 1
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     AfStateFocused = 2
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     AfStateFailed = 3
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]   AfPauseState(int)
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     AfPauseStateRunning = 0
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     AfPauseStatePausing = 1
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     AfPauseStatePaused = 2
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera] Libcamera Controls Draft:
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]   AePrecaptureTrigger(int)
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     AePrecaptureTriggerIdle = 0
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     AePrecaptureTriggerStart = 1
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     AePrecaptureTriggerCancel = 2
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]   NoiseReductionMode(int)
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     NoiseReductionModeOff = 0
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     NoiseReductionModeFast = 1
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     NoiseReductionModeHighQuality = 2
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     NoiseReductionModeMinimal = 3
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     NoiseReductionModeZSL = 4
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]   ColorCorrectionAberrationMode(int)
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     ColorCorrectionAberrationOff = 0
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     ColorCorrectionAberrationFast = 1
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     ColorCorrectionAberrationHighQuality = 2
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]   AwbState(int)
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     AwbStateInactive = 0
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     AwbStateSearching = 1
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     AwbConverged = 2
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     AwbLocked = 3
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]   SensorRollingShutterSkew(int)
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]   LensShadingMapMode(int)
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     LensShadingMapModeOff = 0
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     LensShadingMapModeOn = 1
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]   PipelineDepth(int)
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]   MaxLatency(int)
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]   TestPatternMode(int)
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     TestPatternModeOff = 0
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     TestPatternModeSolidColor = 1
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     TestPatternModeColorBars = 2
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     TestPatternModeColorBarsFadeToGray = 3
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     TestPatternModePn9 = 4
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera]     TestPatternModeCustom1 = 256
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera] config_orientation: Configuration orientation valid
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera] config_controls: Configuration controls valid
Oct 18 20:09:01 raspberry-pi motion[8606]: [NTC][VID][cl01:PiCamera] start_config: Finished.
Oct 18 20:09:01 raspberry-pi motion[8606]: [NTC][VID][cl01:PiCamera] start_req: Starting.
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera] start_req: Plane 0 of 3 length 921600
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera] start_req: Plane 1 of 3 length 230400
Oct 18 20:09:01 raspberry-pi motion[8606]: [DBG][VID][cl01:PiCamera] start_req: Plane 2 of 3 length 230400
Oct 18 20:09:01 raspberry-pi motion[8606]: [NTC][VID][cl01:PiCamera] start_req: Finished.
Oct 18 20:09:01 raspberry-pi motion[8606]: [NTC][VID][cl01:PiCamera] start_capture: Starting.
Oct 18 20:09:01 raspberry-pi motion[8606]: [NTC][VID][cl01:PiCamera] start_capture: Finished.
Oct 18 20:09:02 raspberry-pi motion[8606]: [NTC][VID][cl01:PiCamera] libcam_start: Camera started
Oct 18 20:09:02 raspberry-pi motion[8606]: [NTC][ALL][cl01:PiCamera] ring_resize: Resizing buffer to 4 items
Oct 18 20:09:02 raspberry-pi motion[8606]: [NTC][ALL][cl01:PiCamera] init: Camera 1 started: motion detection enabled
Oct 18 20:09:11 raspberry-pi motion[8606]: [NTC][ALL][cl01:PiCamera] detected_trigger: Motion detected - starting event 1
Oct 18 20:09:11 raspberry-pi motion[8606]: [INF][ENC][cl01:PiCamera] set_quality: libx264 codec vbr/crf/bit_rate: 5
Oct 18 20:09:11 raspberry-pi motion[8606]: [DBG][EVT][cl01:PiCamera] on_movie_start: Creating movie: /mnt/video/2025-10-18_20:09:10.mkv
Oct 18 20:09:43 raspberry-pi motion[8606]: [DBG][STR][wc00] parseurl: Sent url: /
Oct 18 20:09:43 raspberry-pi motion[8606]: [DBG][STR][wc00] parseurl: Decoded url: /
Oct 18 20:09:43 raspberry-pi motion[8606]: [DBG][STR][wc00] parms_edit: cmd0: >< cmd1: >< cmd2: >< cmd3: >< camindx: >-1<
Oct 18 20:09:43 raspberry-pi motion[8606]: [INF][ALL][wc00] client_connect: Connection from: 192.168.1.2
Oct 18 20:09:43 raspberry-pi motion[8606]: [DBG][ALL][wc00] hostname_get: Full Host:  //raspberry-pi.lan:8080
Oct 18 20:09:43 raspberry-pi motion[8606]: [DBG][STR][wc00] answer_get: processing get:
Oct 18 20:09:43 raspberry-pi motion[8606]: [DBG][STR][wc00] parseurl: Sent url: /0/config.json
Oct 18 20:09:43 raspberry-pi motion[8606]: [DBG][STR][wc00] parseurl: Decoded url: /0/config.json
Oct 18 20:09:43 raspberry-pi motion[8606]: [DBG][STR][wc00] parms_edit: cmd0: >0< cmd1: >config.json< cmd2: >< cmd3: >< camindx: >-1<
Oct 18 20:09:43 raspberry-pi motion[8606]: [DBG][ALL][wc00] hostname_get: Full Host:  //raspberry-pi.lan:8080
Oct 18 20:09:43 raspberry-pi motion[8606]: [DBG][STR][wc00] answer_get: processing get: config.json
Oct 18 20:09:43 raspberry-pi motion[8606]: [DBG][STR][wc00] parseurl: Sent url: /favicon.ico
Oct 18 20:09:43 raspberry-pi motion[8606]: [DBG][STR][wc00] parseurl: Decoded url: /favicon.ico
Oct 18 20:09:43 raspberry-pi motion[8606]: [DBG][STR][wc00] parms_edit: cmd0: >< cmd1: >< cmd2: >< cmd3: >< camindx: >-1<
Oct 18 20:09:44 raspberry-pi motion[8606]: [DBG][STR][wc00] parseurl: Sent url: /0/mjpg/stream
Oct 18 20:09:44 raspberry-pi motion[8606]: [DBG][STR][wc00] parseurl: Decoded url: /0/mjpg/stream
Oct 18 20:09:44 raspberry-pi motion[8606]: [DBG][STR][wc00] parms_edit: cmd0: >0< cmd1: >mjpg< cmd2: >stream< cmd3: >< camindx: >-1<
Oct 18 20:09:44 raspberry-pi motion[8606]: [DBG][ALL][wc00] hostname_get: Full Host:  //raspberry-pi.lan:8080
Oct 18 20:09:44 raspberry-pi motion[8606]: [DBG][STR][wc00] answer_get: processing get: mjpg
Oct 18 20:09:44 raspberry-pi motion[8606]: [NTC][ALL][ac00:allcam] init_validate: No stream_preview_params for cam 1
Oct 18 20:09:44 raspberry-pi motion[8606]: [NTC][ALL][ac00:allcam] init_validate: Creating default stream preview values
Oct 18 20:09:44 raspberry-pi motion[8606]: [DBG][ALL][ac00:allcam] init_cams: stream_preview_params values. Device 1 row 1 col 1
Oct 18 20:09:44 raspberry-pi motion[8606]: [DBG][STR][ac00:allcam] getsizes_scale: Device 1 Original Size 1280x720 Scale 100 New Size 1280x720
Oct 18 20:09:44 raspberry-pi motion[8606]: [DBG][STR][ac00:allcam] getsizes_pct: Combined Image Original Size 1280x720 Scale 100 New Size 1280x720
Oct 18 20:09:44 raspberry-pi motion[8606]: [DBG][STR][ac00:allcam] getimg_src: Could not get image for device 1
Oct 18 20:09:54 raspberry-pi motion[8606]: [DBG][STR][wc00] parseurl: Sent url: /1/movies.json
Oct 18 20:09:54 raspberry-pi motion[8606]: [DBG][STR][wc00] parseurl: Decoded url: /1/movies.json
Oct 18 20:09:54 raspberry-pi motion[8606]: [DBG][STR][wc00] parms_edit: cmd0: >1< cmd1: >movies.json< cmd2: >< cmd3: >< camindx: >0<
Oct 18 20:09:54 raspberry-pi motion[8606]: [DBG][ALL][wc00] hostname_get: Full Host:  //raspberry-pi.lan:8080
Oct 18 20:09:54 raspberry-pi motion[8606]: [DBG][STR][wc00] answer_get: processing get: movies.json

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions