cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2386
Views
1
Helpful
2
Replies

Snapshot API camera support issue

marcus_kisi
Community Member

Hi, I'm currently trying to configure and retrieve the snapshots for a MV2 camera, with the API call https://developer.cisco.com/meraki/api-v1/generate-device-camera-snapshot/. However, I am getting the 400 response that "Timestamp is not a supported parameter for this camera".

Using the same API call, I'm able to retrieve the snapshots for other models of cameras, like the MV93 and the MV22. I was wondering if I have configured the camera wrongly, or if the MV2 just does not support the API call? I was also wondering if there was a resource to let me see which API calls are supported by which cameras, and if there were any exclusions. Thanks!

1 Accepted Solution

Accepted Solutions

sungod
Level 11
Level 11

The MV2 is a streaming only camera (though you can add cloud archiving), timestamp isn't supported, see...

https://developer.cisco.com/meraki/mv-sense/rest-api/#snapshot-api

What happens if you make the call without the timestamp parameter? I'd have expected the 'logical' behaviour of returning the current frame.

View solution in original post

2 Replies 2

sungod
Level 11
Level 11

The MV2 is a streaming only camera (though you can add cloud archiving), timestamp isn't supported, see...

https://developer.cisco.com/meraki/mv-sense/rest-api/#snapshot-api

What happens if you make the call without the timestamp parameter? I'd have expected the 'logical' behaviour of returning the current frame.

Thanks for the quick reply! Yes, removing the timestamp parameter returns the current frame. 😀