moritzmhmk / homebridge-camera-rpi

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

Errors #30

Closed berkobob closed 6 years ago

berkobob commented 6 years ago

I get the following two errors intermittently: ffmpeg [video4linux2,v4l2 @ 0x1555620] Cannot open video device /dev/video0: No such file or directory

ffmpeg /dev/video0: Device or resource busy

Any ideas?

moritzmhmk commented 6 years ago

The first error indicates that the camera is not set up correctly (e.g. module bcm2835-v4l2 not loaded).

The second error suggests that it is being used by another application.