[Support]: No video clips are saved | Recordings directory empty | snapshort saved #12747
Replies: 3 comments 1 reply
|
You are missing required args in the record output args |
0 replies
|
More details please. How it should look ?
…On Sun, Aug 4, 2024, 4:11 AM Nicolas Mowen ***@***.***> wrote:
You are missing required args in the record output args
—
Reply to this email directly, view it on GitHub
<#12747 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUCNBAOUSBMW5HMTI2GMJWLZPWSYNAVCNFSM6AAAAABL6PCS66VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMRTGM2DIOI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
1 reply
|
with preset-record-mjpeg it works. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Describe the problem you are having
When Frigate starts, the video feed is visible in the Web UI, indicating that the camera is working correctly. The configuration is set to start recording and take snapshots upon detecting motion. However, no video clips are saved—only snapshots are stored. The directory designated for recordings remains empty. When attempting to download a clip, we can see in the brower download log a filename




clip.json.Steps to reproduce
┌──(sed㉿sed)-[~/frigate]
└─$ ls
config docker-compose.yaml storage
┌──(sed㉿sed)-[~/frigate]
└─$ ls config
config.yaml frigate.db frigate.db-shm frigate.db-wal model_cache
┌──(sed㉿sed)-[~/frigate]
└─$ ls storage
clips exports recordings
┌──(sed㉿sed)-[~/frigate]
└─$ sudo docker-compose up -d
Creating network "frigate_default" with the default driver
Creating frigate ... done
┌──(sed㉿sed)-[
/frigate]/frigate]└─$ ls storage/clips
cayt_test_camera-1722515939.930471-0rb3co-clean.png caytu_test_camera-1722742334.600784-c9at4e-clean.png
cayt_test_camera-1722515939.930471-0rb3co.jpg caytu_test_camera-1722742334.600784-c9at4e.jpg
cayt_test_camera-1722516008.505488-805eeh-clean.png caytu_test_camera-1722742406.164256-xp8j2l-clean.png
cayt_test_camera-1722516008.505488-805eeh.jpg caytu_test_camera-1722742406.164256-xp8j2l.jpg
┌──(sed㉿sed)-[
└─$ ls storage/recordings
┌──(sed㉿sed)-[~/frigate]
└─$
Version
0.13.2-6476F8A
Frigate config file
Relevant log output
Operating system
Other Linux
Install method
Docker Compose
Network connection
Wired
Camera make and model
USB CAMERA : HP HD Camera
Any other information that may be helpful
Docker-compose
I would greatly appreciate any assistance or suggestions on how to resolve this issue. If you’ve encountered a similar problem or have insights into this issue, please let me know. Thank you in advance for your help!
All reactions