You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by hsakoh February 6, 2023
I am using a video doorbell 4 in Japan.
I take a snapshot every 5 minutes.
I would like to download past snapshots and convert them to time lapse.
I know that the following exist as RestAPI. GET https://api.ring.com/evm/v2/timeline/devices/{doorbotId}?start_time={from}&end_time={to}&order=desc
{from},{to} = ISO-8601 extended format (UTCZ) e.g. 2023-02-06T00%3A00%3A00Z.
From the supplemental_data/footages[]/url of the response, get an mp4 file with a few frames of multiple snapshots.
Discussed in #1151
Originally posted by hsakoh February 6, 2023
I am using a video doorbell 4 in Japan.
I take a snapshot every 5 minutes.
I would like to download past snapshots and convert them to time lapse.
I know that the following exist as RestAPI.
GET https://api.ring.com/evm/v2/timeline/devices/{doorbotId}?start_time={from}&end_time={to}&order=desc
{from},{to} = ISO-8601 extended format (UTC
Z
) e.g.2023-02-06T00%3A00%3A00Z
.From the
supplemental_data/footages[]/url
of the response, get an mp4 file with a few frames of multiple snapshots.I would like ring-client-api to support this API.
response example
The text was updated successfully, but these errors were encountered: