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.

Cannot find media sdk in VS 2010

Anita_R_
Beginner
358 Views
I installed latest version of intel media sdk. The environment is as follow:

OS - 64 bit windows 7
VS 2010

I cannot see the integration part for media SDK in VS 2010


0 Kudos
2 Replies
gthomaz
Beginner
358 Views
Hello Anita!

The integration between VS2010 and Media SDK is not 'automatically' ..
It isn't a Visual Studio "component" (or Tool).

I'm using VS2010 and Media SDK with C#. But, for it, I'm using media SDK as a DirectShow FIlter.
(http://blogs.msdn.com/b/ericgu/archive/2004/09/20/232027.aspx)

My OS is Win7 64-Bits too.
0 Kudos
IDZ_A_Intel
Employee
358 Views
Hi Anita,

There is no integration between IDEs such as Visual Studio and Intel Media SDK.

A developer uses the Media SDK libraries and optionally the sample code to build applications. So the only link to the IDE is the need to include the Media SDK headers and libraries into the Visual Studio project solution, as showcased in the samples.

Thanks,
Petter
0 Kudos
Reply