Hi!
When I request snapshot images from the API:
POST /networks/{networkId}/cameras/{serial}/snapshot
passing a timestamp in the post body.
I sometimes get a URL back that doesn't work. Often, the URL returns 404 for a few seconds, so after a retry or two I get the image, but sometimes the URL never works. It doesn't matter if I request new URLs, they never work for that specific timestamp. The second before and after works, but not that specific second.
Is this normal? It seems a bit odd to me.