Giter Site home page Giter Site logo

pynq-pmod-camera's Introduction

PYNQ-Pmod-Camera

使用PYNQ做视频/视觉应用的时候,其输入源可以有这么几种

  • 板载HDMI In输入,可以使用PC+HDMI线直接作为输入,或者另外购买一个电视盒子作为HDMI输入。还有更多HDMI输入方式也都可以作为视频源,这也是我们推荐在demo阶段使用的方法。
  • USB摄像头输入,缺点是USB传输带宽较小
  • 本工程中介绍的PMOD摄像头,可以自行淘宝购买

资料

PMOD摄像头 TDM114

https://www.avnet.com/shop/us/products/avnet-engineering-services/aes-pmod-tdm114-g-3074457345633278168/

TDM114_on_pynq的参考工程的链接:https://pan.baidu.com/s/1yESFJrVwx1nFKySRridOzw 密码:7h9q

  • PYNQ_HDMI_TDM114是TDM114摄像头输入,HDMI输出,需要接在1080P的显示器上
  • PYNQ_HDMI_IO是HDMI输入,HDMI输出
  • PYNQ_HDMI_4in1在PYNQ_HDMI_IO基础上添加了一个HLS生成的视频处理IP,用Window buffer和linebuffer写的,可以以此为基础自己写视频处理函数
  • 4in1.zip是HLS工程,即视频处理IP
  • PYNQ2017.4.zip是 PYNQ SDSoC2017.4的platform,只有linux系统,密码是root
  • 上电进入系统以后要手动mount SD卡
    mount /dev/mmcblk0p1 /mnt
    cd /mnt
    ls
    就可以看到SD卡存放的文件了

淘宝也可以买到其它型号的PMOD摄像头

QA

有疑问请在issue界面进行提问https://github.com/xupsh/PYNQ-Pmod-Camera/issues

pynq-pmod-camera's People

Contributors

xupsh avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.