覆盆子pi应用程序,用于在pir传感器检测到运动时用picamera录制图片/视频。

lookOver的Python项目详细描述


覆盆子pi应用程序,用于在pir传感器检测到运动时用picamera录制图片/视频。

安装说明

  • Install the latest released version using pip (installation should be done under root user. If it is crashing install python-dev packege)

    pip install lookOver
    
  • Make sure all dependencies (listed below) are installed (done automatically when installing via pip)

  • Create and edit the config file:

    cp /usr/lib/python2.7/site-packages/lookOver/lookOver.cfg.example /etc/lookOver.cfg
    
  • The ^{tt1}$ command should be installed somewhere in your ^{tt2}$.

  • Init scripts for Debian based distributions is available: https://github.com/ricco386/lookOver/tree/master/init.d (detailed instructions about usage is documented in wiki)

依赖项:
  • rpi.gpio
  • 皮卡梅拉
  • 色差

许可证

有关更多信息,请参阅许可证文件。

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
socketJava加密聊天客户端未通过关联   java保存JFileChooser的状态   java如何让代码等待GUI完成?   java可序列化和接口:Parcelable在写入可序列化对象时遇到IOException   java Jersey客户端将覆盖ROBOTS响应   java空指针异常&如何克服   java如何使用JAXR设置字符集?   JavaSpring自定义转换器被覆盖   java将泛型类型的值设置为DTO字段   使用netty的java音频流服务器   java滚动条添加到面板时不显示在滚动窗格中   java windows通过IIS Url重写单点登录tomcat   Web应用程序的java容器管理安全性   java使用mybatis将POJO项数组传递到存储过程?