Brandawg93 / homebridge-nest-cam_old

Use your Nest Cam as IP camera in HomeKit.
Apache License 2.0
89 stars 14 forks source link

Decrease thumbnail regeneration time #9

Closed JJJ closed 6 years ago

JJJ commented 6 years ago

It looks like thumbnails are regenerated every 10 seconds, but I'm not able to see how to change this.

I'd like to decrease this to something like 5 or 3. Perhaps even as part of config.json?

KhaosT commented 6 years ago

We are just making request when HomeKit ask us to do so. There is no way for accessory proactively send image to HomeKit.

JJJ commented 6 years ago

There is no way for accessory proactively send image to HomeKit.

I just figured this out on my own before reading this. Thanks for the reply; sorry for the issue noise.