If i remove “detect” i get:
Error parsing config: The detect role is required for dictionary value @ data['cameras']['fricam']['ffmpeg']['inputs']
If i remove “detect” i get:
Error parsing config: The detect role is required for dictionary value @ data['cameras']['fricam']['ffmpeg']['inputs']
Well I guess detect is mandatory and it makes sense. If you remove detect, then Frigate can’t do anything. It needs a video stream.
Yes, but detection can be enabled/disabled via HA switch.
Simply, if detection is off and rtmp is not enabled, streaming can be paused, it’s useless.
Which key version did you utilize? I’m sure I could find it easy, but asking you might be easier… I have USB corals, but have wanted to try the pcie.
Have someone got MJPEG cameras to work?
It seems like the mjpeg codec in ffmpeg cannot convert directly to flv?
Any workaround?
ffmpeg.cam3.detect ERROR : [flv @ 0x55d287dd3540] Video codec mjpeg not compatible with flv
ffmpeg.cam3.detect ERROR : Could not write header for output file #1 (incorrect codec parameters ?): Function not implemented
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x556b2e60e140] moov atom not found
/tmp/cache/cam3-20210204001138.mp4: Invalid data found when processing input
with the input args:
input_args:
- '-f'
- mjpeg
- '-avoid_negative_ts'
- make_zero
- '-fflags'
- nobuffer
- '-flags'
- low_delay
- '-strict'
- experimental
- '-fflags'
- +genpts+discardcorrupt
- '-use_wallclock_as_timestamps'
- '1'
It’s working! Thanks a lot!
Didnt have time to play around with it, though. Will try to incorporate the binary sensor this weekend, but I’m not sure how to do this since to my understanding you’ll need information from thw mqtt feed to pull the right image.
Have you any thoughts on this matter? As I understand it the “best” endpoint is removed.
Good to hear. Actually come to think of it, you’re correct you need the json to get the id.
first of all, this is working great with a Google Coral. Really love it.
I however have an issue with the setup. None of my clips get saved. It seems to be an issue with the cache but i have no idea how to debug:
frigate.events WARNING : Unable to create clip for Parkeerplaats and event 1612434064.257576-p414vj. There were no cache files for this event.
I also see this message when starting the container:
frigate.app WARNING : Camera Parkeerplaats has clips enabled, but clips is not assigned to an input.
any help is welcome!
Do you have a detect and clip roles defined in your config.ymal?
Post your config.yaml and docker-compose.yaml.
that was it, forgot to add the clips role!
thanks
Saw that there were some issues for people who updated to latest HA.
Can anyone confirm that Frigate still works with latest version of HA?
I’m on the latest version of HA and the integration works fine. I don’t run the add-on with HA so I can’t comment on that.
yes, no issues
And you are running the frigate integration?
yes, I am running all.
the integration and the add-on.
What app discovery you mean? In Configuration -> Integrations -> HACS -> Options? I’ve enabled both AppDeamon and NetDeamon, but can’t still find Frigate in Configuration -> Integrations -> Add integration list. I see Frigate as installed in HACS -> Integrations. I’ve restarted both the core and the host.
I’ve gotta say, i’ve been following this since it began, and i’m just blown away with the progress of this in such a short time. @blakeblackshear, amazing job!!!
upgraded to 2021.2.0 and the latest addon version 1.6 with the HACS integration and it’s damn well polished. needed to update my config and remove a bunch of sensors and automations. overall, IMHO one of the best integrations to HA ever.
Yes, that’s where I mean. When I enabled both of those, Frigate magically showed up.
You might try @vinz486 suggestion to clear your browser cache.