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.

how to get the intel display card type

china_y_
Beginner
229 Views

hi  body

as we know the intel media sdk can support hw in  i3 i5 i7,

the key problem  is the Integrated graphics 

it can only support  hw when  Integrated graphics type is more than HD graphic 2000+

so my problem is  is there any intel api can i get the Integrated graphics type.

the window api can just return HD graphic without the detail type 

thank you advanced !

best wishes 

0 Kudos
1 Reply
Petter_L_Intel
Employee
229 Views

Hi,

Intel Media SDK does not provide any interfaces to query for the details you are looking for.

However, you can use the "mediasdk_sys_analyzer" tool, part of the SDK, to get some details about the system configuration, including the graphics driver, which name usually includes the type name. This may be what you are looking for? The tool utilizes the Windows WMI framework to gather information about the graphics driver (see the Win32_VideoController class) and other OS related information.

Regards,
Petter 

0 Kudos
Reply