NEWS
Frigate Adapter für ioBroker
-
@juergi habe auch ein ähnliches Problem
frigate.0 2025-01-02 15:43:07.978 error Error: ENOENT: no such file or directory, unlink '/tmp/7340aa6d-7072-445f-a302-0918ff174a5d.mp4' frigate.0 2025-01-02 15:43:07.961 warn AxiosError: Request failed with status code 500 frigate.0 2025-01-02 15:43:07.960 warn Cannot reach server. You can ignore this after restarting the frigate server. frigate.0 2025-01-02 15:43:07.960 warn prepareEventNotification error from http://192.168.178.125:5000/api/events/1735828977.316611-bdkh4u/clip.mp4 frigate.0 2025-01-02 15:43:01.984 error Error: ENOENT: no such file or directory, unlink '/tmp/97d5dbc4-aaa0-421a-b851-4b0562f093af.mp4' frigate.0 2025-01-02 15:43:01.923 warn AxiosError: Request failed with status code 500 frigate.0 2025-01-02 15:43:01.923 warn Cannot reach server. You can ignore this after restarting the frigate server. frigate.0 2025-01-02 15:43:01.907 warn prepareEventNotification error from http://192.168.178.125:5000/api/events/1735828975.047765-w2kc93/clip.mp4
-
@juergi bitte api port 5000 anstatt ui port 8971 verwenden
-
@tritor
Das sieht bei mir in JavaScript so ausvar fs = require('fs'); // strip off the data: url prefix to get just the base64-encoded bytes var data = img.replace(/^data:image\/\w+;base64,/, ""); var buf = Buffer.from(data, 'base64'); var file = 'c:/tmp/' + cam + '.jpg'; fs.writeFile(file, buf, function(err) { if (err) { console.error(err); } else { sendTo("pushover", { message: cam + ': Person erkannt', // mandatory - your text message title: 'ioBroker', // optional - your message's title, otherwise your app's name is used sound: 'Magic', // optional - the name of one of the sounds supported by device clients to override the user's default sound choice // pushover, bike, bugle, cashregister, classical, cosmic, falling, // gamelan, incoming, intermission, magic, mechanical, pianobar, siren, // spacealarm, tugboat, alien, climb, persistent, echo, updown, none priority: 0, // optional (-2, -1, 0, 1, 2) // -2 to always send as a quiet notification, // 1 to display as high-priority and bypass the user's quiet hours, or // 2 to also require confirmation from the user file: file, // optional - attachment // token: 'API/KEY token', // optional - add other than configurated token to the call // url: , // optional - a supplementary URL to show with your message // url_title: , // optional - a title for your supplementary URL, otherwise just the URL is shown // device: , // optional - your user's device name to send the message directly to that device, rather than all of the user's devices // timestamp // optional - a Unix timestamp of your message's date and time to display to the user, rather than the time your message is received by our API } } });
img ist der Inhalt vom snapshot.
Gruß ExMatador -
Ich lasse mir per Frigate schon länger die Snapshots bei Personen/PKW Erkennung senden.
Seit 2 Tagen auch die Clips.
Jetzt kommen die Snapshots an wie erwartet mit dem richtigen "format, will heissen rechteckig. Die Clips allerdings werden in die höhe gezogen und in der breite gestaucht so dass es quadratisch ist.
Oben der Clip, unten der Snapshot
Kommt das aus dem Adapter oder von Frigate selber?
Wenn ich mir die passende Aufzeichnung am PC anschaue ist die nicht quadratisch.
-
@wendy2702 Ist das Telegram? Was ist wenn du sie auf das Handy runterlädst
-
@tombox hi,
Ja ist Telegram.
Habe mal eins gespeichert, da sieht es normal aus. Was ich merkwürdig finde: hatte vorher ein einfaches Script laufen das mit den Clip nach Bewegungsmelder Aktivität erstellt und sendet. Das wird in Telegram immer richtig dargestellt. Nur das aus Frigate nicht.
Ne Idee ob man das irgendwie beeinflussen kann?
-
@wendy2702 wie hast du es in dem Skript gesendet
-
@tombox Ist ein Blockly:
Mit dem Befehl zum Umwandeln in ein File:
ffmpeg -rtsp_transport tcp -y -i rtsp://mxe:ixr18@192.168.178.209:554/h264Preview_01_sub -t 10 -f mp4 -vcodec libx264 -pix_fmt yuvj420p -an -vf scale=w=672:h=384:force_original_aspect_ratio=decrease -r 20 /opt/iobroker/out2.mp4
-
@wendy2702 Die Datei erzeugt ja frigate in den Optionen kannst du dort ffmpeg Optionen mitgeben aber bei mir sieht es soweit gut aus
-
@tombox Werde mal schauen was ich in Frigate anpassen kann. Wie geschrieben hat es mich nur gewundert das die Aufzeichnung nöch das richtige format hat.