Replies: 2 comments 1 reply
|
Not a solution but a work around: use on_event_start to call a script that calls the camera image endpoint. |
1 reply
|
I think the requirement is justified; as additional comment, saving to file is kind of "old fashion way". No problem to keep that option but also a more modern way would be very much appreciated. Myself I would wish for MQTT that is a fast lightweight method of sending image data to multiple consumers. As workaround I currently have a Python script that starts on "on_event_start" and reads and sends the images. Works ok but I think would be better if supported natively |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Currently you can just use one: e.g.
picture_output bestI want to save a picture when the event starts while keeping current behavior, so I want to use:
picture_output first,bestOR
All reactions