my Recordings were going fine and something went off suddenly am getting this error
entries
printer.cfg
# timelapse.cfg
[include timelapse.cfg]
crowsnest.cfg
[cam 1]
mode:mjpg # ustreamer - Provides MJPG and snapshots. (All devices)
# camera-streamer - Provides WebRTC, MJPG and snapshots. (only RPiOS + RPi 0/1/2/3/4)
enable_rtsp: false # If camera-streamer is used, this also enables usage of an RTSP server
#rtsp_port: 8554 # Set different ports for each device!
port: 8080 # HTTP/MJPG stream/snapshot port
device: /dev/video0 # See log for available devices
resolution: 1920x1080 # <width>x<height> format
max_fps: 30 # If hardware supports it, it will be forced, otherwise ignored/coerced.
#custom_flags: # You can run the stream services with custom flags.
v4l2ctl: focus_automatic_continuous=0,focus_absolute=30 # Add v4l2-ctl parameters to setup your camera, see log for your camera capabilities.
moonraker.cfg
[timelapse]
output_path: ~/printer_data/timelapse/
frame_path: /tmp/timelapse/printer
ffmpeg_binary_path: /usr/bin/ffmpeg