Skip to content
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

Open
brown-matt-att-net opened this issue Jul 3, 2023 · 3 comments
Open

Camera Live View #70

brown-matt-att-net opened this issue Jul 3, 2023 · 3 comments

Comments

@brown-matt-att-net
Copy link

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?

@amattu2
Copy link

amattu2 commented Dec 13, 2023

@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:

https://rest-{{account_tier}}.immedia-semi.com/api/v1/accounts/{{account_id}}/networks/{{network_id}}/doorbells/{{doorbell_id}}/liveview

Notice the usage of v1, and doorbells instead of v5 and cameras

@brown-matt-att-net
Copy link
Author

This is for a camera (Blink Mini)

@MVS
Copy link

MVS commented Jun 13, 2024

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 second URL you posted works (the one with owls), but you need to change v5 to v1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants