- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi ,
I have decoded my camera live stream using intel media sdk and its give format NV12. but my renderer application needs RGB565 Format. also I m using hardware acceleration for decoding.
After little research i found we can not convert NV12 to RGB565 directly using VPP.
Questions :
1. Can Intel Media SDK decode directly into RGB565 ?
2. If not then how can I convert NV12 to RGB565 ?
- 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 Smit,
No we don't support RGB565, you can check the following develop reference at page 11 and 12:
https://github.com/Intel-Media-SDK/MediaSDK/blob/master/doc/mediasdk-man.pdf
You can see we don't support HW accelerated conversion. For work around, you can try to use IPP:
https://software.intel.com/en-us/intel-ipp
Mark Liu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Liu,
Can we decode input frame in RGB32 format without using VPP? if yes would u please which changes we need to do?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Not quite understand what do you meant, are you going to have a H.264 stream with RGB32 color space?
Mark Liu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Smit:
For your previous question, I can see the use case from RGB565 to NV12 because of the camera support, but what is your situation to convert NV12 to RGB565?
Mark
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page