homebridge-plugins / homebridge-camera-ffmpeg

Homebridge Plugin Providing FFmpeg-based Camera Support
https://homebridge-plugins.github.io/homebridge-camera-ffmpeg/
Apache License 2.0
1.09k stars 227 forks source link

ESP32S3 camera (FreeNove Wroom) #1438

Closed cohen-sydney closed 8 months ago

cohen-sydney commented 9 months ago

Describe The Problem: I can see the video stream at the url Http://192.168.x.x/ But when I add this to the Plugin as -I Http://192.168.x.x/ there is no image in Home Kit all the other images for camera work. error came find Jpeg in "[Camera FFmpeg] [ESP32S3-Camv1] [Snapshot] [mjpeg @ 0x5555c08e2910] No JPEG data found in image"

there is no error for the stream only the snapshot.

Any one got this one working?

To Reproduce:

Logs:

Show the Homebridge logs here.
Remove any sensitive information.

Homebridge Config:

Show your homebridge config.json here.
Remove any sensitive information, such as your homebridge-gsh / google-smarthome token.

{ "name": "Camera FFmpeg", "cameras": [ { "name": "GRAlfresco", "manufacturer": "D-Link", "model": "DCS-933L", "firmwareRevision": "1.15.01", "videoConfig": { "source": "-re -f mjpeg -i URL", "stillImageSource": "-i URL", "maxStreams": 6, "maxWidth": 0, "maxHeight": 0, "maxFPS": 0, "maxBitrate": 6000, "forceMax": true, "preserveRatio": true, "encoderOptions": "-tune zerolatency" } }, { "name": "RpiDelta-network-camera", "videoConfig": { "source": "-i rtsp://192.x..x:8554/stream1", "stillImageSource": "-i rtsp://192.168.x.x:8554/stream1", "vcodec": "copy" } }, { "name": "ESP32S3-Camv1", "videoConfig": { "source": "-i http://192.168.x.x", "stillImageSource": "-i http://192.168.x.x", "maxWidth": 1600, "maxHeight": 1200, "maxFPS": 25 } } ], "platform": "Camera-ffmpeg" } Screenshots:

Environment:

github-actions[bot] commented 8 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.