Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 360 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 360 Bytes

Home-Assistant ffmpeg interface

A Python library to control ffmepg from asyncio for Home Assistant.

  • Emulate webcam from any video input source for HA
  • Analyse a video/audio stream for noise or motion detection
  • Grab image from a stream

Be carfull that you protect function calls to this library with asyncio.shield.