-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Camera Live View #70
Comments
@brown-matt-att-net What type of device is it and what is the API returning? The doorbells seem to use a different API for initiating the live view:
Notice the usage of |
This is for a camera (Blink Mini) |
The second URL you posted works (the one with |
I have tried to get the camera live view but have not been successful.
I have tried the following urls:
https://rest-{{host}}.immedia-semi.com/api/v5/accounts/{{account_id}}/networks/{{network_id}}/cameras/{{camera_id}}/liveview
https://rest-{{host}}.immedia-semi.com/api/v5/accounts/{{account_id}}/networks/{{network_id}}/owls/{{camera_id}}/liveview
I am sending a POST with the same application/json content of:
{
"intent": "liveview",
"motion_event_start_time": ""
}
Neither of them are working. Is there a working api for a camera live view?
The text was updated successfully, but these errors were encountered: