Good morning…
I already have a couple S3VC cams in use and they are awesome.
Now i added a new puppy to the fleet and she is giving me a hard time to set up.
She is my first h265 camera, so maybe the culprit is this “feature”
Here first my subset of errors i am getting:
2024-12-02 05:00:27
frigate.video
coop3_cam: Unable to read frames from ffmpeg process.
error
2024-12-02 05:00:27
frigate.video
coop3_cam: ffmpeg process is not running. exiting capture thread...
error
2024-12-02 05:00:35
watchdog.coop3_cam
Ffmpeg process crashed unexpectedly for coop3_cam.
error
2024-12-02 05:00:35
watchdog.coop3_cam
The following ffmpeg logs include the last 100 lines prior to exit.
error
2024-12-02 05:00:35
ffmpeg.coop3_cam.detect
[AVHWDeviceContext @ 0x5570e00146c0] libva: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so init failed
error
2024-12-02 05:00:35
ffmpeg.coop3_cam.detect
[hevc @ 0x5570e0111300] No support for codec hevc profile 1.
error
2024-12-02 05:00:35
ffmpeg.coop3_cam.detect
[hevc @ 0x5570e0111300] Failed setup for format vaapi: hwaccel initialisation returned error.
error
2024-12-02 05:00:35
ffmpeg.coop3_cam.detect
Impossible to convert between the formats supported by the filter 'Parsed_fps_0' and the filter 'auto_scale_0'
error
2024-12-02 05:00:35
ffmpeg.coop3_cam.detect
Error reinitializing filters!
error
2024-12-02 05:00:35
ffmpeg.coop3_cam.detect
Failed to inject frame into filter network: Function not implemented
error
2024-12-02 05:00:35
ffmpeg.coop3_cam.detect
Error while processing the decoded data for stream #0:0
and here the code out of my configuration about it:
ffmpeg:
hwaccel_args: preset-vaapi
...
rtsp_coop3_cam:
- rtsp://user:[email protected]/11
rtsp_coop3_cam_sub:
- rtsp://user:[email protected]/12
...
coop3_cam:
ffmpeg:
inputs:
# # High Resolution Stream
- path: rtsp://127.0.0.1:8554/rtsp_coop3_cam
roles:
- record
# # Low Resolution Stream
- path: rtsp://127.0.0.1:8554/rtsp_coop3_cam_sub
roles:
- detect
detect:
width: 1080
height: 720
fps: 5
# objects:
# track:
# - bird
# filters:
# person:
# min_area: 5000
# max_area: 100000
# threshold: 0.7
snapshots:
enabled: true
timestamp: true
bounding_box: true
retain:
default: 3
record:
sync_recordings: true
enabled: true
retain:
days: 3
mode: motion
events:
retain:
default: 30
mode: motion
# motion:
# mask:
# - 1280,0,1280,720,883,720,949,0
Via vlc player i can see the stream when i use the rtsp links, the ip one and the restream…
My hardware is a lenovo tiny with an i3 and an intel gpu and the machine has a usb tensor card.
I am open to any ideas…and thx upfront