Media (Intel® Video Processing Library, Intel Media SDK)
Access community support with transcoding, decoding, and encoding in applications using media tools like Intel® oneAPI Video Processing Library and Intel® Media SDK
Announcements
The Intel Media SDK project is no longer active. For continued support and access to new features, Intel Media SDK users are encouraged to read the transition guide on upgrading from Intel® Media SDK to Intel® Video Processing Library (VPL), and to move to VPL as soon as possible.
For more information, see the VPL website.

Capture and Display in Intel NUC Windows 7?

Tejas_P_
Beginner
248 Views

Hi All,

We are planning to use Intel® NUC Kit D54250WYK or other similar kit with Windows 7 OS in our project. Project requirement is to capture video from USB 3.0 and display it on HDMI. We Capture format is 480i yCbCr and display format is 1080P. We will use 2 Display port ins 1 port(HDMI or VGA) windows 7 HOME screen will be displayed and in 2 port(HDMI) we want to display captured video from USB3.0. How can we do capture and display in Windows 7? Using Media SDK with .Net application or other application?                                             

Regards,

Tejash Patel

0 Kudos
1 Reply
Anthony_P_Intel
Employee
248 Views

Hi Tehash

The Intel Media SDK can help with the decoding, processing and encoding of the "elementary video" portion of your project.  The control of USB capture, and of the HDMI display are accomplished with other tools.

Since your source video is already uncompressed 480i video frames, they can be provide as input into MediaSDK's "VPP" component if you want processing, however for Windows 7 you may be able to also simply use other 2D "blit" or "present" operations (StretchBlt, etc.) to convert the frames into format that is ready to display.  It does not sound like you have need to encode (compress) or decode (decompress) to or from any video 'codec' standard.

 

0 Kudos
Reply