Motion-Project / motionplus

MotionPlus Home Page: https://motion-project.github.io/
GNU General Public License v3.0
308 stars 40 forks source link

%q not set correctly #116

Closed sroller closed 9 months ago

sroller commented 10 months ago

Did you read the guide?

Yes

What is the base version number of MotionPlus being used?

0.1.x

What was the install method?

Installed via package tool

What is base architecture?

ARM-64bit

What is the distro being used?

Raspbian

Disto version number

Debian GNU/Linux 12 (bookworm)

Camera/Sound type(s) being used?

PI camera via libcam

Describe the issue/problem and steps to reproduce

The %q value for the frame number is not correct. It jumps back and forth within a second. As you can see in the log there are some filenames created twice which seems to be the problem. My gut feeling is, that this might be a multithreading problem?

I can also provide a sequence of pictures if you need it.

Relevant MotionPlus log output (at log_level 8)

Dec 13 15:37:56 [NTC][ALL][00:motionplus] log_init: MotionPlus 0.1.1-git-20231020-70da5c1 started
Dec 13 15:37:56 [NTC][ALL][00:motionplus] log_init: Using log type (ALL) log level (DBG)
Dec 13 15:37:56 [NTC][ALL][00:motionplus] mytranslate_init: Language: English
Dec 13 15:37:56 [INF][ALL][00:motionplus] conf_parms_log: Logging configuration parameters from all files
Dec 13 15:37:56 [INF][ALL][00:motionplus] Config file: /home/motion/motionplus.conf
Dec 13 15:37:56 [INF][ALL][00:motionplus] daemon                    off
Dec 13 15:37:56 [INF][ALL][00:motionplus] setup_mode                off
Dec 13 15:37:56 [INF][ALL][00:motionplus] pid_file                  
Dec 13 15:37:56 [INF][ALL][00:motionplus] log_file                  /home/motion/motionplus.log
Dec 13 15:37:56 [INF][ALL][00:motionplus] log_level                 8
Dec 13 15:37:56 [INF][ALL][00:motionplus] log_type                  ALL
Dec 13 15:37:56 [INF][ALL][00:motionplus] native_language           on
Dec 13 15:37:56 [INF][ALL][00:motionplus] device_name               phobos
Dec 13 15:37:56 [INF][ALL][00:motionplus] device_id                 101
Dec 13 15:37:56 [INF][ALL][00:motionplus] device_tmo                30
Dec 13 15:37:56 [INF][ALL][00:motionplus] pause                     off
Dec 13 15:37:56 [INF][ALL][00:motionplus] target_dir                /nfs/home/phobos/motion
Dec 13 15:37:56 [INF][ALL][00:motionplus] watchdog_tmo              30
Dec 13 15:37:56 [INF][ALL][00:motionplus] watchdog_kill             10
Dec 13 15:37:56 [INF][ALL][00:motionplus] v4l2_device               
Dec 13 15:37:56 [INF][ALL][00:motionplus] v4l2_params               
Dec 13 15:37:56 [INF][ALL][00:motionplus] netcam_url                <redacted>
Dec 13 15:37:56 [INF][ALL][00:motionplus] netcam_params             
Dec 13 15:37:56 [INF][ALL][00:motionplus] netcam_high_url           <redacted>
Dec 13 15:37:56 [INF][ALL][00:motionplus] netcam_high_params        
Dec 13 15:37:56 [INF][ALL][00:motionplus] netcam_userpass           <redacted>
Dec 13 15:37:56 [INF][ALL][00:motionplus] libcam_device             
Dec 13 15:37:56 [INF][ALL][00:motionplus] libcam_params             
Dec 13 15:37:56 [INF][ALL][00:motionplus] width                     640
Dec 13 15:37:56 [INF][ALL][00:motionplus] height                    480
Dec 13 15:37:56 [INF][ALL][00:motionplus] framerate                 15
Dec 13 15:37:56 [INF][ALL][00:motionplus] rotate                    0
Dec 13 15:37:56 [INF][ALL][00:motionplus] flip_axis                 none
Dec 13 15:37:56 [INF][ALL][00:motionplus] locate_motion_mode        off
Dec 13 15:37:56 [INF][ALL][00:motionplus] locate_motion_style       box
Dec 13 15:37:56 [INF][ALL][00:motionplus] text_left                 
Dec 13 15:37:56 [INF][ALL][00:motionplus] text_right                %Y-%m-%d\n%T-%q
Dec 13 15:37:56 [INF][ALL][00:motionplus] text_changes              off
Dec 13 15:37:56 [INF][ALL][00:motionplus] text_scale                1
Dec 13 15:37:56 [INF][ALL][00:motionplus] text_event                %Y%m%d%H%M%S
Dec 13 15:37:56 [INF][ALL][00:motionplus] emulate_motion            off
Dec 13 15:37:56 [INF][ALL][00:motionplus] threshold                 1500
Dec 13 15:37:56 [INF][ALL][00:motionplus] threshold_maximum         0
Dec 13 15:37:56 [INF][ALL][00:motionplus] threshold_sdevx           0
Dec 13 15:37:56 [INF][ALL][00:motionplus] threshold_sdevy           0
Dec 13 15:37:56 [INF][ALL][00:motionplus] threshold_sdevxy          0
Dec 13 15:37:56 [INF][ALL][00:motionplus] threshold_ratio           0
Dec 13 15:37:56 [INF][ALL][00:motionplus] threshold_ratio_change    64
Dec 13 15:37:56 [INF][ALL][00:motionplus] threshold_tune            off
Dec 13 15:37:56 [INF][ALL][00:motionplus] secondary_method          none
Dec 13 15:37:56 [INF][ALL][00:motionplus] secondary_params          
Dec 13 15:37:56 [INF][ALL][00:motionplus] noise_level               32
Dec 13 15:37:56 [INF][ALL][00:motionplus] noise_tune                on
Dec 13 15:37:56 [INF][ALL][00:motionplus] despeckle_filter          EedDl
Dec 13 15:37:56 [INF][ALL][00:motionplus] area_detect               
Dec 13 15:37:56 [INF][ALL][00:motionplus] mask_file                 
Dec 13 15:37:56 [INF][ALL][00:motionplus] mask_privacy              
Dec 13 15:37:56 [INF][ALL][00:motionplus] smart_mask_speed          0
Dec 13 15:37:56 [INF][ALL][00:motionplus] lightswitch_percent       0
Dec 13 15:37:56 [INF][ALL][00:motionplus] lightswitch_frames        5
Dec 13 15:37:56 [INF][ALL][00:motionplus] minimum_motion_frames     1
Dec 13 15:37:56 [INF][ALL][00:motionplus] static_object_time        10
Dec 13 15:37:56 [INF][ALL][00:motionplus] event_gap                 60
Dec 13 15:37:56 [INF][ALL][00:motionplus] pre_capture               3
Dec 13 15:37:56 [INF][ALL][00:motionplus] post_capture              5
Dec 13 15:37:56 [INF][ALL][00:motionplus] on_event_start            
Dec 13 15:37:56 [INF][ALL][00:motionplus] on_event_end              bin/after_event %v %C
Dec 13 15:37:56 [INF][ALL][00:motionplus] on_picture_save           
Dec 13 15:37:56 [INF][ALL][00:motionplus] on_area_detected          
Dec 13 15:37:56 [INF][ALL][00:motionplus] on_motion_detected        
Dec 13 15:37:56 [INF][ALL][00:motionplus] on_movie_start            
Dec 13 15:37:56 [INF][ALL][00:motionplus] on_movie_end              
Dec 13 15:37:56 [INF][ALL][00:motionplus] on_camera_lost            
Dec 13 15:37:56 [INF][ALL][00:motionplus] on_camera_found           
Dec 13 15:37:56 [INF][ALL][00:motionplus] on_secondary_detect       
Dec 13 15:37:56 [INF][ALL][00:motionplus] on_action_user            
Dec 13 15:37:56 [INF][ALL][00:motionplus] on_sound_alert            
Dec 13 15:37:56 [INF][ALL][00:motionplus] picture_output            on
Dec 13 15:37:56 [INF][ALL][00:motionplus] picture_output_motion     off
Dec 13 15:37:56 [INF][ALL][00:motionplus] picture_type              jpeg
Dec 13 15:37:56 [INF][ALL][00:motionplus] picture_quality           75
Dec 13 15:37:56 [INF][ALL][00:motionplus] picture_exif              
Dec 13 15:37:56 [INF][ALL][00:motionplus] picture_filename          %Y%m%d/%v/%Y%m%d_%H%M%S-%q
Dec 13 15:37:56 [INF][ALL][00:motionplus] snapshot_interval         0
Dec 13 15:37:56 [INF][ALL][00:motionplus] snapshot_filename         %v-%Y%m%d%H%M%S-snapshot
Dec 13 15:37:56 [INF][ALL][00:motionplus] movie_output              on
Dec 13 15:37:56 [INF][ALL][00:motionplus] movie_output_motion       off
Dec 13 15:37:56 [INF][ALL][00:motionplus] movie_max_time            120
Dec 13 15:37:56 [INF][ALL][00:motionplus] movie_bps                 400000
Dec 13 15:37:56 [INF][ALL][00:motionplus] movie_quality             50
Dec 13 15:37:56 [INF][ALL][00:motionplus] movie_container           mp4
Dec 13 15:37:56 [INF][ALL][00:motionplus] movie_passthrough         off
Dec 13 15:37:56 [INF][ALL][00:motionplus] movie_filename            %Y%m%d/%H%M%S-%v
Dec 13 15:37:56 [INF][ALL][00:motionplus] movie_retain              all
Dec 13 15:37:56 [INF][ALL][00:motionplus] movie_extpipe_use         off
Dec 13 15:37:56 [INF][ALL][00:motionplus] movie_extpipe             
Dec 13 15:37:56 [INF][ALL][00:motionplus] timelapse_interval        0
Dec 13 15:37:56 [INF][ALL][00:motionplus] timelapse_mode            daily
Dec 13 15:37:56 [INF][ALL][00:motionplus] timelapse_fps             30
Dec 13 15:37:56 [INF][ALL][00:motionplus] timelapse_container       mpg
Dec 13 15:37:56 [INF][ALL][00:motionplus] timelapse_filename        %Y%m%d-timelapse
Dec 13 15:37:56 [INF][ALL][00:motionplus] video_pipe                
Dec 13 15:37:56 [INF][ALL][00:motionplus] video_pipe_motion         
Dec 13 15:37:56 [INF][ALL][00:motionplus] webcontrol_port           8080
Dec 13 15:37:56 [INF][ALL][00:motionplus] webcontrol_port2          0
Dec 13 15:37:56 [INF][ALL][00:motionplus] webcontrol_base_path      
Dec 13 15:37:56 [INF][ALL][00:motionplus] webcontrol_ipv6           off
Dec 13 15:37:56 [INF][ALL][00:motionplus] webcontrol_localhost      off
Dec 13 15:37:56 [INF][ALL][00:motionplus] webcontrol_parms          0
Dec 13 15:37:56 [INF][ALL][00:motionplus] webcontrol_interface      default
Dec 13 15:37:56 [INF][ALL][00:motionplus] webcontrol_auth_method    none
Dec 13 15:37:56 [INF][ALL][00:motionplus] webcontrol_authentication <redacted>
Dec 13 15:37:56 [INF][ALL][00:motionplus] webcontrol_tls            off
Dec 13 15:37:56 [INF][ALL][00:motionplus] webcontrol_cert           <redacted>
Dec 13 15:37:56 [INF][ALL][00:motionplus] webcontrol_key            <redacted>
Dec 13 15:37:56 [INF][ALL][00:motionplus] webcontrol_headers        
Dec 13 15:37:56 [INF][ALL][00:motionplus] webcontrol_html           
Dec 13 15:37:56 [INF][ALL][00:motionplus] webcontrol_actions        
Dec 13 15:37:56 [INF][ALL][00:motionplus] webcontrol_lock_minutes   10
Dec 13 15:37:56 [INF][ALL][00:motionplus] webcontrol_lock_attempts  3
Dec 13 15:37:56 [INF][ALL][00:motionplus] webcontrol_lock_script    
Dec 13 15:37:56 [INF][ALL][00:motionplus] stream_preview_scale      25
Dec 13 15:37:56 [INF][ALL][00:motionplus] stream_preview_newline    off
Dec 13 15:37:56 [INF][ALL][00:motionplus] stream_preview_method     mjpg
Dec 13 15:37:56 [INF][ALL][00:motionplus] stream_preview_ptz        on
Dec 13 15:37:56 [INF][ALL][00:motionplus] stream_quality            50
Dec 13 15:37:56 [INF][ALL][00:motionplus] stream_grey               off
Dec 13 15:37:56 [INF][ALL][00:motionplus] stream_motion             off
Dec 13 15:37:56 [INF][ALL][00:motionplus] stream_maxrate            1
Dec 13 15:37:56 [INF][ALL][00:motionplus] stream_scan_time          5
Dec 13 15:37:56 [INF][ALL][00:motionplus] stream_scan_scale         25
Dec 13 15:37:56 [INF][ALL][00:motionplus] database_type             
Dec 13 15:37:56 [INF][ALL][00:motionplus] database_dbname           
Dec 13 15:37:56 [INF][ALL][00:motionplus] database_host             
Dec 13 15:37:56 [INF][ALL][00:motionplus] database_port             0
Dec 13 15:37:56 [INF][ALL][00:motionplus] database_user             <redacted>
Dec 13 15:37:56 [INF][ALL][00:motionplus] database_password         <redacted>
Dec 13 15:37:56 [INF][ALL][00:motionplus] database_busy_timeout     0
Dec 13 15:37:56 [INF][ALL][00:motionplus] sql_event_start           
Dec 13 15:37:56 [INF][ALL][00:motionplus] sql_event_end             
Dec 13 15:37:56 [INF][ALL][00:motionplus] sql_movie_start           
Dec 13 15:37:56 [INF][ALL][00:motionplus] sql_movie_end             
Dec 13 15:37:56 [INF][ALL][00:motionplus] sql_pic_save              
Dec 13 15:37:56 [INF][ALL][00:motionplus] ptz_auto_track            off
Dec 13 15:37:56 [INF][ALL][00:motionplus] ptz_wait                  0
Dec 13 15:37:56 [INF][ALL][00:motionplus] ptz_move_track            
Dec 13 15:37:56 [INF][ALL][00:motionplus] ptz_pan_left              
Dec 13 15:37:56 [INF][ALL][00:motionplus] ptz_pan_right             
Dec 13 15:37:56 [INF][ALL][00:motionplus] ptz_tilt_up               
Dec 13 15:37:56 [INF][ALL][00:motionplus] ptz_tilt_down             
Dec 13 15:37:56 [INF][ALL][00:motionplus] ptz_zoom_in               
Dec 13 15:37:56 [INF][ALL][00:motionplus] ptz_zoom_out              
Dec 13 15:37:56 [INF][ALL][00:motionplus] snd_device                
Dec 13 15:37:56 [INF][ALL][00:motionplus] snd_params                
Dec 13 15:37:56 [INF][ALL][00:motionplus] snd_window                hamming
Dec 13 15:37:56 [INF][ALL][00:motionplus] snd_show                  off
Dec 13 15:37:56 [INF][ALL][00:motionplus] Camera 0 - Config file: /home/motion/camera1.conf
Dec 13 15:37:56 [INF][ALL][00:motionplus] device_id                 0
Dec 13 15:37:56 [INF][ALL][00:motionplus] libcam_device             camera0
Dec 13 15:37:56 [INF][ALL][00:motionplus] width                     896
Dec 13 15:37:56 [INF][ALL][00:motionplus] height                    368
Dec 13 15:37:56 [INF][ALL][00:motionplus] framerate                 10
Dec 13 15:37:56 [INF][ALL][00:motionplus] text_left                 phobos
Dec 13 15:37:56 [INF][ALL][00:motionplus] text_right                %Y-%m-%d\n%T
Dec 13 15:37:56 [INF][ALL][00:motionplus] text_changes              on
Dec 13 15:37:56 [DBG][ALL][00:motionplus] motpls_ntc: v4l2   : available
Dec 13 15:37:56 [DBG][ALL][00:motionplus] motpls_ntc: webp   : available
Dec 13 15:37:56 [DBG][ALL][00:motionplus] motpls_ntc: libcam : available
Dec 13 15:37:56 [DBG][ALL][00:motionplus] motpls_ntc: mysql  : not available
Dec 13 15:37:56 [DBG][ALL][00:motionplus] motpls_ntc: MariaDB: not available
Dec 13 15:37:56 [DBG][ALL][00:motionplus] motpls_ntc: sqlite3: not available
Dec 13 15:37:56 [DBG][ALL][00:motionplus] motpls_ntc: pgsql  : not available
Dec 13 15:37:56 [DBG][ALL][00:motionplus] motpls_ntc: nls    : available
Dec 13 15:37:56 [DBG][ALL][00:motionplus] motpls_ntc: alsa   : not available
Dec 13 15:37:56 [DBG][ALL][00:motionplus] motpls_ntc: fftw3  : available
Dec 13 15:37:56 [NTC][STR][00:motionplus] webu_init_webcontrol: Starting webcontrol on port 8080
Dec 13 15:37:56 [INF][ALL][00:motionplus] util_parms_add: Parsed: >event< >off<
Dec 13 15:37:56 [INF][ALL][00:motionplus] util_parms_add: Parsed: >snapshot< >off<
Dec 13 15:37:56 [INF][ALL][00:motionplus] util_parms_add: Parsed: >pause< >off<
Dec 13 15:37:56 [INF][ALL][00:motionplus] util_parms_add: Parsed: >restart< >off<
Dec 13 15:37:56 [INF][ALL][00:motionplus] util_parms_add: Parsed: >stop< >off<
Dec 13 15:37:56 [INF][ALL][00:motionplus] util_parms_add: Parsed: >config_write< >off<
Dec 13 15:37:56 [INF][ALL][00:motionplus] util_parms_add: Parsed: >camera_add< >off<
Dec 13 15:37:56 [INF][ALL][00:motionplus] util_parms_add: Parsed: >camera_delete< >off<
Dec 13 15:37:56 [INF][ALL][00:motionplus] util_parms_add: Parsed: >config< >off<
Dec 13 15:37:56 [INF][ALL][00:motionplus] util_parms_add: Parsed: >ptz< >off<
Dec 13 15:37:56 [INF][ALL][00:motionplus] util_parms_add: Parsed: >movies< >on<
Dec 13 15:37:56 [INF][ALL][00:motionplus] util_parms_add: Parsed: >action_user< >off<
Dec 13 15:37:56 [DBG][STR][00:motionplus] webu_mhd_features_basic: Basic authentication: available
Dec 13 15:37:56 [DBG][STR][00:motionplus] webu_mhd_features_digest: Digest authentication: available
Dec 13 15:37:56 [DBG][STR][00:motionplus] webu_mhd_features_ipv6: IPV6: available
Dec 13 15:37:56 [DBG][STR][00:motionplus] webu_mhd_features_tls: SSL/TLS: available
Dec 13 15:37:56 [NTC][STR][00:motionplus] webu_init_webcontrol: Started webcontrol on port 8080
Dec 13 15:37:56 [NTC][ENC][00:motionplus] motpls_av_init: libavcodec  version 59.37.100
Dec 13 15:37:56 [NTC][ENC][00:motionplus] motpls_av_init: libavformat version 59.27.100
Dec 13 15:37:56 [NTC][ALL][00:motionplus] main: Motionplus pid: 14391
Dec 13 15:37:56 [INF][ALL][00:ml00:phobos] mlp_init: Initialize
Dec 13 15:37:56 [NTC][VID][00:ml00:phobos] libcam_start: Opening libcam
Dec 13 15:37:56 [NTC][VID][00:ml00:phobos] cam_start_params: Starting.
Dec 13 15:37:56 [NTC][VID][00:ml00:phobos] cam_start_params: Finished.
Dec 13 15:37:56 [NTC][VID][00:ml00:phobos] cam_start_mgr: Starting.
Dec 13 15:37:56 [NTC][VID][00:ml00:phobos] cam_start_mgr: cam_mgr started.
Dec 13 15:37:56 [NTC][VID][00:ml00:phobos] cam_start_mgr: Finished.
Dec 13 15:37:56 [NTC][VID][00:ml00:phobos] cam_start_config: Starting.
Dec 13 15:37:56 [NTC][VID][00:ml00:phobos] cam_start_config: Configuration adjusted.
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos] Libcamera Transform Options:
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]   Identity
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]   Rot0
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]   HFlip
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]   VFlip
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]   HVFlip
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]   Rot180
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]   Transpose
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]   Rot270
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]   Rot90
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]   Rot180Transpose
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos] Libcamera Controls:
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]   AeEnable(bool)
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]   AeLocked(bool)
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]   AeMeteringMode(int)
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     MeteringCentreWeighted = 0
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     MeteringSpot = 1
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     MeteringMatrix = 2
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     MeteringCustom = 3
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]   AeConstraintMode(int)
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     ConstraintNormal = 0
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     ConstraintHighlight = 1
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     ConstraintShadows = 2
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     ConstraintCustom = 3
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]   AeExposureMode(int)
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     ExposureNormal = 0
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     ExposureShort = 1
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     ExposureLong = 2
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     ExposureCustom = 3
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]   ExposureValue(float)
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]   ExposureTime(int)
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]   AnalogueGain(float)
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]   Brightness(float)
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]   Contrast(float)
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]   Lux(float)
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]   AwbEnable(bool)
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]   AwbMode(int)
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     AwbAuto = 0
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     AwbIncandescent = 1
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     AwbTungsten = 2
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     AwbFluorescent = 3
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     AwbIndoor = 4
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     AwbDaylight = 5
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     AwbCloudy = 6
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     AwbCustom = 7
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]   AwbLocked(bool)
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]   ColourTemperature(int)
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]   Saturation(float)
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]   Sharpness(float)
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]   FocusFoM(int)
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]   ScalerCrop(Rect x-y-h-w)
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]   DigitalGain(float)
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]   FrameDuration(int)
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]   SensorTemperature(float)
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]   SensorTimestamp(int)
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]   AfMode(int)
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     AfModeManual = 0
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     AfModeAuto = 1
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     AfModeContinuous = 2
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]   AfRange(0-2)
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     AfRangeNormal = 0
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     AfRangeMacro = 1
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     AfRangeFull = 2
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]   AfSpeed(int)
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     AfSpeedNormal = 0
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     AfSpeedFast = 1
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]   AfMetering(int)
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     AfMeteringAuto = 0
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     AfMeteringWindows = 1
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]   AfWindows(rect x-y-h-w)
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]   AfTrigger(int)
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     AfTriggerStart = 0
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     AfTriggerCancel = 1
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]   AfPause(int)
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     AfPauseImmediate = 0
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     AfPauseDeferred = 1
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     AfPauseResume = 2
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]   LensPosition(float)
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]   AfState(int)
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     AfStateIdle = 0
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     AfStateScanning = 1
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     AfStateFocused = 2
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     AfStateFailed = 3
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]   AfPauseState(int)
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     AfPauseStateRunning = 0
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     AfPauseStatePausing = 1
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     AfPauseStatePaused = 2
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos] Libcamera Controls Draft:
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]   AePrecaptureTrigger(int)
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     AePrecaptureTriggerIdle = 0
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     AePrecaptureTriggerStart = 1
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     AePrecaptureTriggerCancel = 2
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]   NoiseReductionMode(int)
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     NoiseReductionModeOff = 0
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     NoiseReductionModeFast = 1
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     NoiseReductionModeHighQuality = 2
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     NoiseReductionModeMinimal = 3
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     NoiseReductionModeZSL = 4
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]   ColorCorrectionAberrationMode(int)
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     ColorCorrectionAberrationOff = 0
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     ColorCorrectionAberrationFast = 1
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     ColorCorrectionAberrationHighQuality = 2
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]   AeState(int)
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     AeStateSearching = 1
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     AeStateConverged = 2
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     AeStateLocked = 3
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     AeStateFlashRequired = 4
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     AeStatePrecapture = 5
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]   AwbState(int)
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     AwbStateInactive = 0
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     AwbStateSearching = 1
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     AwbConverged = 2
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     AwbLocked = 3
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]   SensorRollingShutterSkew(int)
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]   LensShadingMapMode(int)
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     LensShadingMapModeOff = 0
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     LensShadingMapModeOn = 1
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]   SceneFlicker(int)
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     SceneFickerOff = 0
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     SceneFicker50Hz = 1
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     SceneFicker60Hz = 2
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]   PipelineDepth(int)
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]   MaxLatency(int)
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]   TestPatternMode(int)
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     TestPatternModeOff = 0
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     TestPatternModeSolidColor = 1
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     TestPatternModeColorBars = 2
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     TestPatternModeColorBarsFadeToGray = 3
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     TestPatternModePn9 = 4
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos]     TestPatternModeCustom1 = 256
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos] cam_config_transform: Configuration valid
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos] cam_config_controls: Configuration valid
Dec 13 15:37:56 [NTC][VID][00:ml00:phobos] cam_start_config: Finished.
Dec 13 15:37:56 [NTC][VID][00:ml00:phobos] cam_start_req: Starting.
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos] cam_start_req: Plane 0 of 3 length 329728
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos] cam_start_req: Plane 1 of 3 length 82432
Dec 13 15:37:56 [DBG][VID][00:ml00:phobos] cam_start_req: Plane 2 of 3 length 82432
Dec 13 15:37:56 [NTC][VID][00:ml00:phobos] cam_start_req: Finished.
Dec 13 15:37:56 [NTC][VID][00:ml00:phobos] cam_start_capture: Starting.
Dec 13 15:37:56 [NTC][VID][00:ml00:phobos] cam_start_capture: Finished.
Dec 13 15:37:58 [NTC][VID][00:ml00:phobos] cam_start: Started all.
Dec 13 15:37:58 [NTC][ALL][00:ml00:phobos] mlp_ring_resize: Resizing buffer to 4 items
Dec 13 15:37:58 [INF][ALL][00:cv00:phobos] util_parms_add: Parsed: >model_file< ><
Dec 13 15:37:58 [INF][ALL][00:cv00:phobos] util_parms_add: Parsed: >frame_interval< >5<
Dec 13 15:37:58 [INF][ALL][00:cv00:phobos] util_parms_add: Parsed: >image_type< >full<
Dec 13 15:37:58 [INF][ALL][00:cv00:phobos] util_parms_add: Parsed: >rotate< >0<
Dec 13 15:37:58 [NTC][ALL][00:ml00:phobos] mlp_init: Camera 1 started: motion detection Enabled
Dec 13 15:38:47 [NTC][ALL][00:ml00:phobos] mlp_detected_trigger: Motion detected - starting event 1
Dec 13 15:38:47 [INF][ENC][00:ml00:phobos] movie_set_quality: libx264 codec vbr/crf/bit_rate: 25
Dec 13 15:38:47 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/153847-01.mp4
Dec 13 15:38:47 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153847-05.jpg
Dec 13 15:38:48 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153847-06.jpg
Dec 13 15:38:48 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153847-07.jpg
Dec 13 15:38:48 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153847-08.jpg
Dec 13 15:38:48 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153848-00.jpg
Dec 13 15:38:48 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153848-01.jpg
Dec 13 15:38:49 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153848-02.jpg
Dec 13 15:38:49 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153849-00.jpg
Dec 13 15:38:49 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153849-01.jpg
Dec 13 15:38:49 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153849-02.jpg
Dec 13 15:38:50 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153849-03.jpg
Dec 13 15:38:50 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153849-00.jpg
Dec 13 15:38:50 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153850-01.jpg
Dec 13 15:38:50 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153850-02.jpg
Dec 13 15:38:50 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153850-03.jpg
Dec 13 15:38:50 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153850-04.jpg
Dec 13 15:38:56 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153855-01.jpg
Dec 13 15:38:56 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153856-02.jpg
Dec 13 15:38:56 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153856-03.jpg
Dec 13 15:38:56 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153856-04.jpg
Dec 13 15:38:57 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153856-05.jpg
Dec 13 15:38:57 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153857-00.jpg
Dec 13 15:38:57 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153857-01.jpg
Dec 13 15:38:58 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153857-02.jpg
Dec 13 15:38:58 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153857-00.jpg
Dec 13 15:38:58 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153858-01.jpg
Dec 13 15:38:58 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153858-02.jpg
Dec 13 15:38:58 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153858-03.jpg
Dec 13 15:38:59 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153858-00.jpg
Dec 13 15:38:59 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153858-01.jpg
Dec 13 15:38:59 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153859-02.jpg
Dec 13 15:38:59 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153859-03.jpg
Dec 13 15:38:59 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153859-04.jpg
Dec 13 15:39:15 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153915-03.jpg
Dec 13 15:39:15 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153915-04.jpg
Dec 13 15:39:15 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153915-05.jpg
Dec 13 15:39:16 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153915-06.jpg
Dec 13 15:39:16 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153915-00.jpg
Dec 13 15:39:16 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153916-01.jpg
Dec 13 15:39:17 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153916-02.jpg
Dec 13 15:39:17 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153916-00.jpg
Dec 13 15:39:17 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153917-01.jpg
Dec 13 15:39:17 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153917-02.jpg
Dec 13 15:39:17 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153917-03.jpg
Dec 13 15:39:18 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153917-00.jpg
Dec 13 15:39:18 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153917-01.jpg
Dec 13 15:39:18 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153918-02.jpg
Dec 13 15:39:18 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153918-03.jpg
Dec 13 15:39:18 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153918-04.jpg
Dec 13 15:39:54 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153954-03.jpg
Dec 13 15:39:54 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153954-04.jpg
Dec 13 15:39:54 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153954-05.jpg
Dec 13 15:39:55 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153954-06.jpg
Dec 13 15:39:55 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153954-00.jpg
Dec 13 15:39:55 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153955-01.jpg
Dec 13 15:39:56 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153955-02.jpg
Dec 13 15:39:56 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153955-00.jpg
Dec 13 15:39:56 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153956-01.jpg
Dec 13 15:39:56 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153956-02.jpg
Dec 13 15:39:56 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153956-03.jpg
Dec 13 15:39:57 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153956-00.jpg
Dec 13 15:39:57 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153957-01.jpg
Dec 13 15:39:57 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153957-02.jpg
Dec 13 15:39:57 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153957-03.jpg
Dec 13 15:39:57 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153957-04.jpg
Dec 13 15:39:57 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_153957-05.jpg
Dec 13 15:40:06 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_154005-00.jpg
Dec 13 15:40:06 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_154005-01.jpg
Dec 13 15:40:06 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_154005-02.jpg
Dec 13 15:40:06 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_154006-03.jpg
Dec 13 15:40:06 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_154006-04.jpg
Dec 13 15:40:07 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_154006-00.jpg
Dec 13 15:40:07 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_154007-01.jpg
Dec 13 15:40:07 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_154007-02.jpg
Dec 13 15:40:08 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_154007-03.jpg
Dec 13 15:40:08 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_154007-00.jpg
Dec 13 15:40:08 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_154008-01.jpg
Dec 13 15:40:08 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_154008-02.jpg
Dec 13 15:40:08 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_154008-03.jpg
Dec 13 15:40:09 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_154008-00.jpg
Dec 13 15:40:09 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_154008-01.jpg
Dec 13 15:40:09 [NTC][EVT][00:ml00:phobos] event_newfile: File saved to: /nfs/home/phobos/motion/20231213/01/20231213_154009-02.jpg
Dec 13 15:40:45 [NTC][ALL][00:ml00:phobos] mlp_main: Exiting
Dec 13 15:40:45 [DBG][EVT][00:ml00:phobos] util_exec_command: Executing external command 'bin/after_event 01 20231213153847'
Dec 13 15:40:45 [NTC][VID][00:ml00:phobos] cam_stop: Stopped.
Dec 13 15:40:46 [NTC][ALL][00:motionplus] main: Motionplus devices finished
Dec 13 15:40:46 [NTC][ALL][00:motionplus] main: MotionPlus terminating
Dec 13 15:40:46 [NTC][ALL][00:motionplus] log_deinit: Closing logfile (/home/motion/motionplus.log).
sroller commented 9 months ago

Exciting! I'm going to clone it and try to build it locally.