- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have an IP camera which encodes in H264 with resolution: 1080p at 15 fps rate. In client end, I useDecodeFrameAsync() to decode the stream. ButDecodeFrameAsync keeps return the warningMFX_WRN_VIDEO_PARAM_CHANGED which means "the video parameters are changed during decoding". However, I didnot change camera setup during it plays. What are the video parameters?
Thanks in advance.
Jiuxiang
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Juixiang,
DecodeFrameAsync returnsMFX_WRN_VIDEO_PARAM_CHANGED whenever a sequence header is found in bit stream. This is the expected behavior and is also noted in the Media SDK manual pages forDecodeFrameAsync. I assume this is just how your camera creates the stream.
Regards,
DecodeFrameAsync returnsMFX_WRN_VIDEO_PARAM_CHANGED whenever a sequence header is found in bit stream. This is the expected behavior and is also noted in the Media SDK manual pages forDecodeFrameAsync. I assume this is just how your camera creates the stream.
Regards,
Petter
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page