Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
424 views
in Technique[技术] by (71.8m points)

How to render YUV422 data and RGB raw data by Direct2D?

I want to render YUV422 data and RGB8 data from following GiGE Vision Camera by using Direct2D.

HB-20000-SB (Emergent Vision Technologies)

I learned direct2D in Microsoft site.
https://docs.microsoft.com/ja-jp/windows/win32/direct2d/direct2d-portal

And I understood how to render image files by using Direct2D

  1. Image files (jpeg, bmp, tiff, ...) can be passed to Direct2D by using CreateDecoderFromFilename().
  2. Rendering the image by using DrawImage()

Direct2D custom image effects sample

However, I don't know how to pass YUV422 data and RGB raw to Direct2D. Could Anyone advice to me?

Regards, hiro


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...