MattTW / BlinkMonitorProtocol

Unofficial documentation for the Blink Wire-Free HD Home Monitoring & Alert System
412 stars 77 forks source link

Camera Live View #70

Open brown-matt-att-net opened 1 year ago

brown-matt-att-net commented 1 year ago

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 commented 6 months ago

@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 commented 6 months ago

This is for a camera (Blink Mini)

MVS commented 3 weeks ago

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.