maximkulkin / esp32-homekit-camera

Firmware for esp32-camera module to act as Apple Homekit IP camera
MIT License
394 stars 78 forks source link

Faster snapshot rate #25

Closed VojGin closed 4 years ago

VojGin commented 4 years ago

Hey there,

I read that video streaming does not currently work #17 #20 and is deprioritized #22. At the current state, the camera makes a snapshot every 10 seconds. Is there a way to make the delay shorter, so the snapshot rate would be let's say 1 snapshot per second? Tried to look it up myself in the code, but didn't find anything I would feel confident changing.

Thanks for the answer!

maximkulkin commented 4 years ago

No, snapshot is requested by iOS, you can not change period.