0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

PYNQ-Z1 > HDMI > HDMI入力とHDMI出力を試す (内蔵のJupyter Notebookサンプル)

Posted at
動作環境
Windows 10 Pro (v1909) 
PYNQ-Z1 (Digilent) (以下、PYNQと表記)
Vivado v2019.1 (64-bit)

概要

  • base.bitを使う
  • HDMIを入力し、処理をした上でHDMI出力する

接続

  • PC HDMI出力 <=> PYNQのHDMI in
  • PYNQのHDMI out <=> モニターのHDMI

サンプルプログラム

ブラウザ接続した先のbase/videoにHDMI関連のサンプルがあることを知った。
今回はhdmi_introduction.ipynbをコピーして試した。

以下のようなサンプルがあった。

  • そのまま転送する
  • Frames per secondを計算する
    • 結果: Frames per second: 60.0581293062524
  • OpenCVで処理 > エッジ抽出?
  • Gray-scale処理
  • 24bit mode
  • 画像取込み
  • YBCRカラーモード
0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?