Skip to content

The correct snapshot URL #2

@ayltai

Description

@ayltai

Hi,

Thank you very much for the blog post explaining everything and this repo showing exactly how to communicate with the camera. It helped me automate my camera in some AI projects that I'm experimenting with.

I managed to reverse engineer the Android app and realised that the correct snapshot URL is <gatewayUrl>/v1/snapshot where the gatewayUrl is in the dev-config response.

The snapshot API instructs the camera to take a snapshot and here is the response (no image is sent to the caller):

{
    "status": "ok",
    "code": 0,
    "message": "",
    "result": {
        "value": true
    }
}

Cheers,
Alan

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions