moritzmhmk / homebridge-camera-rpi

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

Replaced ffmpeg with raspistill for higher quality snapshots #57

Open jankais3r opened 5 years ago

jankais3r commented 5 years ago

This PR is probably not gonna be very useful due to the refactoring work you're doing in separate branch, but please have a look at the results mentioned in Issue #37 and consider introducing raspistill in the refactored branch.

moritzmhmk commented 5 years ago

Thanks for the suggestion! I will consider it for the next release.

danielkihlgren commented 4 years ago

This patch breaks image rotation etc. Adding "-rot ${this.conf.rotate || 0}" will solve the problem.