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.

Does Intel Media SDK runs on intel edison ?

DOTAN_A_
Beginner
263 Views

Hi all,      I'm trying to use intel Edison board for capturing USB camera and streaming the video in a local network. 

until now I used edi-cam project:  GitHub - drejkim/edi-cam: Video streaming on Intel Edison‌‌‌

which use mpeg2 encoder using ffmpeg,  I wanted to get same quality with lower bitrate and trying to change my encoder to h264/vp8.

the problem is that at least when using ffmpeg its looks like h264 encoding is too heavy on the processor and I get very low frame-rate.  

 

I thought maybe Intel IPP and(or) Intel Media SDK  have accelerated libraries which I can exploit on the edison board to get better performence (I would like to get at least 10FPS ).

 

Does anyone knows if Intel edison supports IPP or Media SDK ?

and, if anyone have other suggestion to resolve my problem I would appreciate it also. 

 

Thanks

0 Kudos
2 Replies
Harshdeep_B_Intel
263 Views

Hi Dotan, 

Intel Edison board includes Intel(R) Atom processor. I do not have information about exact Atom processor on your edison board. But, Intel Media SDK support specific Atom processors with Intel Quick Sync technology. Please refer to MediaSDK release notes for supported hardware: https://software.intel.com/sites/default/files/mediasdk_release_notes.pdf.

o Selected SKUs of Intel® AtomTM processors with Intel® HD Graphics which support Intel Quick Sync Video.

Please check on ark.intel.com, if Atom processor on your Edison board includes Intel quick sync video technology, if yes, then MediaSDK HW accelerated libraries are supported. In regard to IPP, please direct your question to IPP forum here: https://software.intel.com/en-us/forums/intel-integrated-performance-primitives

 

0 Kudos
Surbhi_M_Intel
Employee
263 Views

Hi Dotan,

To begin I am not an expert on Intel Edisson boards, so is it possible to send us the complete information of your hardware? Seeing the product brief of the Intel edisson board http://www.intel.com/content/dam/support/us/en/documents/edison/sb/edison_pb_331179002.pdf, I see supported OS is Yocto Linux, which is not supported by Media SDK or Media Server Studio. However I don't see there is an integrated graphics card either, due to which there will be no hardware acceleration i.e. Intel video quick sync technology which means you might be able to use sw implementation only depending upon the OS and hardware support.

Thanks,
Surbhi 

0 Kudos
Reply