Hi everyone,
I am trying to use frigate to capture audio and video from an ESPCAM + I2S microphone.
The ESP + microphone combo is working correctly. Also, I was able to add it to go2rtc in homeAssistant.
For that I added the following code in the go2rtc.yaml file
ESP32-CAM:
- ffmpeg:http://192.168.86.22:81/stream#video=h264
- ffmpeg:http://192.168.86.22:82/audio#audio=opus
If i go to the “stream” link in the go2rtc I can see the video and also the audio (still with a lot of noise)
Now, My issue is that I can’t go forward and add this info to Frigate. I am completely lost.
My final objective is to have a simple Card that I can open to have video and audio (and not have to go to the go2rtc).
Any help? I am very new to these configs
Thanks in advance