NEWS
JS-MQTT DP eines Bildes (JFIF) in Datei schreiben (jpg)
-
Hi all, has anyone managed to make this work?
For months I have been using a an MQTT topic change trigger to send an image (via Telegram) that was fetched via HTTP from http://frigate/api/myCam/latest.jpg?bbox=1 Works well, but...
I have just done a lot of work adding new cameras and configuration to Frigate and want to take advantage of it's MQTT image publishing. It seems silly to fetch something via HTTP when an image can be pushed via MQTT is all.
Surely there is an easy solution? So why can I not find it? :(
@rob_in said in JS-MQTT DP eines Bildes (JFIF) in Datei schreiben (jpg):
For months I have been using a an MQTT topic change trigger to send an image (via Telegram) that was fetched via HTTP from http://frigate/api/myCam/latest.jpg?bbox=1 Works well, but...
I have just done a lot of work adding new cameras and configuration to Frigate and want to take advantage of it's MQTT image publishing. It seems silly to fetch something via HTTP when an image can be pushed via MQTT is all.
Surely there is an easy solution? So why can I not find it? :(
Having messed around with this a bit have discovered I was doing it correctly in the first place.
Turns out that images published through MQTT are not what I want anyhow so best ignored. Doh!