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 ?