- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hello
when i using the pluging(mfxplugin64_screen_capture.dll) to capture the desktop
mfxVideoParam par;
.......
par.mfx.FrameInfo.FourCC = params.fourcc;
par.mfx.FrameInfo.ChromaFormat = params.chroma_format;
par.mfx.CodecId = MFX_CODEC_CAPTURE;
//par.NumExtParam = 1;
// par.ExtParam = &mfxextbuf;
..........
everything works well!
when:
mfxVideoParam par;
.......
par.mfx.FrameInfo.FourCC = params.fourcc;
par.mfx.FrameInfo.ChromaFormat = params.chroma_format;
par.mfx.CodecId = MFX_CODEC_CAPTURE;
par.NumExtParam = 1;
par.ExtParam = &mfxextbuf;
..........
mfxSts = MFXVideoDECODE_Query(mfxSes, &par, &par);
always return MFX_ERR_UNSUPPORTED.
what's the problem with this??how can i to do?
- Tags:
- Development Tools
- Graphics
- Intel® Media SDK
- Intel® Media Server Studio
- Media Processing
- Optimization
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Keiyuen,
Is this related to the other post before?
https://software.intel.com/en-us/forums/intel-media-sdk/topic/796416
I think the error message tells me the driver doesn't support this feature, did you confirm with our previous release (Media SDK for Windows 2017) and old sample release(check the samples released in 2017). I think once we have the environment aligned, this should work.
Mark

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page