zoukankan      html  css  js  c++  java
  • 树莓派USB摄像头与camera模块对比

    http://www.cnblogs.com/weixinforspurs/p/5575962.html

    ——————————————————————————————————————————————————————————————————

    I started this thread to let people know that some USB webcams do work with the Raspberry Pi, and in some cases may be a fit for your requirements. The camera board is a great product, and no doubt will get even better as the software matures, but based on your requirements, may or not be the best choice.


    Camera Board Pros:

    • Software utilizes RPi GPU, so for example encoding h.264 video has low impact on CPU usage.
    • Excellent resolution (higher than most USB webcams) and excellent daytime image quality.
    • You are supporting an open source hardware project, and potentially encouraging future improvements.

    Camera Board Cons:

    • Short, fragile, and inflexible ribbon cable. Camera board is best when camera will be mounted in the same box as the Raspberry Pi (or close by), ideally with everything but the lens internal to the box.
      No mounting hardware - you need to come up with something there (AdaFruit does sell a simple, fixed mounting bracket).

    USB WebCam Board Pros:

    • Most have some sort of ball-head type mounting, which allows you to re-position the camera as needed.
    • Longer, flexible USB cable.
    • Many are supported by Video4Linux, which lets you use it with nice software like Motion and GStreamer (Note: RPi Camera Board reportedly now has some Video4Linux support under development).

    USB WebCam Board Cons:

      • Typically slow, low frame rate video.
      • CPU usage can be quite high.
      • RPi does not have enough CPU horsepower to do higher frame rates, resolution, or advanced video compression. The Logitech C920 supports high frame rate hardware (in-camera) H.264 video encoding, but I experienced issues using this on the Raspberry Pi (may have been power related, though).
  • 相关阅读:
    Windows下vim的块选择
    Understand Your Code
    ubuntu中安装man手册查看函数原型
    PypeR
    【入门】用Linux中man命令查询C函数
    用man来查找c函数库 追寻前人的脚步 博客园
    Linux教程 正文 关于vim的模式操作基本概念
    vim的配置管理和部署
    可爱的 Python: 自然语言工具包入门
    简明 Vim 练级攻略
  • 原文地址:https://www.cnblogs.com/cuizhf/p/5960098.html
Copyright © 2011-2022 走看看