I know this is a relatively simple question, but it is unclear to me if it is possible to schedule the google nest camera to take an image every 15 minutes and have it upload to the cloud.
I have looked at the SDM (Smart Device Management) API and found the following POST request:
sdm.devices.traits.CameraEventImage
POST /enterprises/project-id/devices/device-id:executeCommand
{
"command" : "sdm.devices.commands.CameraEventImage.GenerateImage",
"params" : {
"eventId" : "26TU35cUFaYxYbQFumKQIilunU..."
}
}
I am wondering if anyone has any experience with this. Is making this API call sufficient to trigger the camera to take an image, or does this need to programmed directly onto the camera.