moritzmhmk / homebridge-camera-rpi

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

still image works but video does not #1

Closed moritzmhmk closed 7 years ago

moritzmhmk commented 7 years ago

This happens when the bitrate was not set correctly, v4l2-ctl --set-ctrl video_bitrate=300000 should fix this.

The bitrate can currently not be set with ffmpeg (see Ticket 6639)