Hi,
I’m trying to get a camera working. I have an image (yeah!), but I would like to get an screenshot, so I can email it etc.
Now I have found some code which I think should work for me, except first I don’t know if it works since I don’t know where the picture is stored;
{
“entity_id”: “camera.camera”,
“filename”: “/tmp/snapshot_{{ entity_id.entity_id }}.jpg”
}
How to access the folder above on a pi?
Hope someone can help me!