Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 353 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 353 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

Take care to protect function calls to this library with asyncio.shield.