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.

Can not open cv::VideoWriter

hirose__nozomu
Beginner
485 Views

Hi, I have a question.

writer[0].open( cFileList[GnIndex], cv::CAP_INTEL_MFX, GnFourccCode, GnFrameRate, cvSize(GnFrameWidth, GnFrameHeight), true);

I can open this in the following CPU.

CPU:Intel(R) Core(TM)i7-8650U CPU@1.90GHz 2.11GHz

But I can not open this in the following CPU.

CPU:Intel(R) Atom(TM) CPU E3825@1.33GHz 1.33GHz

Please tell me why can not open it.

 

0 Kudos
1 Reply
Mark_L_Intel1
Moderator
485 Views

Hi Hirose San,

This might related to your later question, the openCV function you called is based on Media SDK which is not supported on E3825

Mark

0 Kudos
Reply