moritzmhmk / homebridge-camera-rpi

raspberry pi camera plugin for homebridge
MIT License
159 stars 29 forks source link

Increase bitrate and FPS #70

Closed Cavas17 closed 3 years ago

Cavas17 commented 3 years ago

Hi,

Is there a way to increase bitrate and/or FPS please ?

Thanks !

moritzmhmk commented 3 years ago

See issue #44 on increasing the bitrate.

Cavas17 commented 3 years ago

Thanks for answer.

But what syntax do you use to change this line. For a 800k bitrate for example ?

moritzmhmk commented 3 years ago

Replace ${bitrate} with 800. This overrides the requested bitrate. If you just want to increase the default bitrate change bitrate = 300 a few lines above.

Cavas17 commented 3 years ago

Ok. Thanks a lot.