Get exact frame data
Fetches and return bytes in base64 format of an the frame at the given timestamp for a device. Use this instead of getExactFrameUri if, for whatever reason, either the URI is not useful or the client is unable to hit the media servers
Authorizations
Your Rhombus API key. Must be accompanied by the x-auth-scheme header set to api-token (or partner-api-token for partner endpoints).
Headers
Authentication scheme identifier. Use api-token for standard API key authentication, partner-api-token for partner API key authentication. Must be paired with the x-auth-apikey header containing your API key.
api-token, api, partner-api-token, partner-api Body
Request object for fetching the bytes of an exact frame from a camera.
RUUID with optional appended facet information
"AAAAAAAAAAAAAAAAAAAAAA.v0"
Timestamp in epoch milliseconds
Ratio to shrink the image pixels by. Defaults to 1 (full resolution).
x >= 1Precise ratio to crop the height by. Capped at 10000, which is 100.00% of the image
0 <= x <= 10000Precise ratio to crop the width by. Capped at 10000, which is 100.00% of the image
0 <= x <= 10000Proportional location to start horizontal crop at. Where 10000 is 100.00% of, or the end of the image
0 <= x <= 10000Proportional location to start vertical crop at. Where 10000 is 100.00% of, or the end of the image
0 <= x <= 10000Response
OK
Response object containing the bytes of the requested frame data in base64 format
Base64-encoded image bytes for the requested frame. Null if no frame could be retrieved.
MIME type of the encoded frame data
"image/jpeg"
Human-readable message describing the result
"Frame retrieved successfully"