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

Flashforge Adventurer 3 #1065

Closed dan-parker closed 3 years ago

dan-parker commented 3 years ago

Manufacturer/Model: Flashforge Adventurer 3

Homebridge Config: { "name": "Adventurer 3", "manufacturer": "Flashforge", "model": "Adventurer 3", "serialNumber": "1234567890AB", "firmwareRevision": "1.2.3", "videoConfig": { "source": "-f mjpeg -i http://example.com:8080/?action=stream", "stillImageSource": "-f mjpeg -i http://example.com:8080/?action=stream -vframes 1 -r 1", "maxWidth": 0, "maxHeight": 0, "maxFPS": 0, "debug": false } }

Additional Information: Likely the same for other Flashforge models with Cameras

Sunoo commented 3 years ago

This looks like Octoprint to me, does http://example.com:8080/?action=snapshot load a still image? If so, that’d be a better option for stillImageSource.

dan-parker commented 3 years ago

Doesn’t seem to load anything with that url. I can see the get request , but it times out with no data returned. But you are right if that worked would be much cleaner

Thanks Dan

Sent from my iPhone

On Mar 8, 2021, at 6:23 PM, David Maher notifications@github.com wrote:

 This looks like Octoprint to me, does http://example.com:8080/?action=snapshot load a still image? If so, that’d be a better option for stillImageSource.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

Sunoo commented 3 years ago

Worth a shot. I’ll get this config added as soon as I can.

Sunoo commented 3 years ago

Added: https://sunoo.github.io/homebridge-camera-ffmpeg/configs/Flashforge-Adventurer-3.html