0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

モニターのEDIDを取得したい

Last updated at Posted at 2024-12-18

EDIDとは

経緯

Elgato 4K60 proを買った

4k CaptureUtilityを起動しないとパススルー出力されない

キャプボにはカスタムしたEDIDを読ませて別のモニターとして認識させれる

出力したいモニターのEDIDを取得してカスタムEDIDを作成する

取得方法

1. モニターのプロパティ>詳細>デバイスインスタンスパスを確認
2. レジストリエディタでHKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\DISPLAY\[デバイスインスタンスパス(DISPLAY\以降)]\Device Parametersをコピー
3. コマンドプロンプトで以下のコマンドを実行すると出力される

reg query [取得したレジストリのパス] /v 'EDID'
0
0
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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?