[Camera Support]: On demand recording does not work #22845
Replies: 2 comments 1 reply
-
|
Based on your configuration and logs, the issue appears to be related to how Frigate handles recording segments and the relationship between your detect and record streams. A few things to check: 1. Detect stream resolution mismatch Your detect configuration specifies: detect:
enabled: true
width: 720
height: 576However, your ffprobe shows the detect stream (stream1) outputs detect:
enabled: true
width: 704
height: 5762. I-frame interval settings For reliable recording playback, your camera's I-frame interval should match the frame rate. Your record stream runs at 10 fps according to ffprobe. Check your camera firmware and set the I-frame interval (keyframe interval/GOP length) to match—ideally 10 or "1x" if your camera uses that notation. (2) 3. Verify recordings are being saved The log message "No motion data found for the requested time range" suggests the recording segments may not be properly indexed. Check your storage location to confirm 4. Hardware acceleration preset You're using The working camera (c3) shows a different stream profile (Main vs High) and different resolution—this could indicate the Asecam camera has firmware or stream configuration differences affecting how Frigate processes the recordings. 📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
-
|
What do your Frigate logs show? Not the HA logs, but Frigate's logs inside of the System logs link in the UI. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the problem you are having
I added a new camera (Asecam 4k) and although the live stream is ok, the on demand recording does not work. The video preview is ok but not the full resolution one. As the camera serve H.265, I tried with H.264, I tried with lower resolution (2k)...but when I clic on the preview, there is the message "no record found for this period". The same configuration with another camera work. I tried to change roles tu put the record one on the same stream. It doesn't change anything.
What could be possible causes of this behavior considering there's no problem with live stream ?
Version
0.17.1-416a9b7
What browser(s) are you using?
Firefox 149.02
Frigate config file
Relevant Frigate log output
Relevant go2rtc log output
no error for go2rtcFFprobe output from your camera
Frigate stats
during the recording, ressources stay low (around 10% CPU, GPU 0%, 10ms for TPU infer.)Operating system
Home Assistant OS
Install method
Home Assistant Add-on
Object Detector
Coral
Network connection
Wired
Camera make and model
Asecam AJ8MPTZ5X (configured for H.264)
Screenshots of the Frigate UI's System metrics pages
see above : low usage of ressources
Any other information that may be helpful
After trying to open (with UI frigate/activities) the record which does not exist, the frigate log show this warning : No motion data found for the requested time range.
retention rules are done with mode: All so I don't understand a possible link with my problem.
Thus, these rules are exactly the same than for the camera which provide a record on demand.
Beta Was this translation helpful? Give feedback.
All reactions