Hello,
I attach my system configuration image. (6th generation CPU and Windows 10 OS)
Currently I am connecting both the monitors on external graphic card and extending those the monitors.
When I encode in Mpeg or H264 (using Hardware nased encoder), its fails in initialization.
mfxIMPL impl = MFX_IMPL_HARDWARE_ANY;
sts = m_mfxSession.Init(impl, &min_version);
I also try with MFX_IMPL_HARDWARE and MFX_IMPL_HARDWARE2 option also. But with those option also encoder initialization fails.
If I connect single monitor in External graphic card then encoding started. Problem is with 2 monitor connected in extending mode.
In Windows 7 with same configuration and with 2 monitors (both connected on external graphic card) encoding in Mpeg and H264 is working.
Currently I am using Intel media_sdk_6.0.0.388 and Intel Media Samples 6.0.0.68.
Regards
Parag Gandhi