oneVPL-intel-gpu
oneVPL-intel-gpu copied to clipboard
[Question] Camera Pipe API RAW format support VPP (ARGB64)
Hi,
I have a question regarding the Camera Pipe API that was ported from media SDK in runtime 22.5.4 for 10bit processing and above. According to the reference manual for the media raw accelerator, the only supported output format with more than 8 bit depth is ARGB64. This is not supported in format conversion in VPP however (according to the MSDK docs). Is this still the case for the OneVPL runtime?
If so, what would be the best strategy for hardware accelerating the conversion from ARGB64 or (10/12bit Bayer) to a compatible 10bit pixel format for QSV encoders, such as P010/Y210/Y410?
Thanks
I will check if VPP can convert ARGB64 to P010 and get back.
Auto Created VSMGWL-69252 for further analysis.
@FurongZhang do you have any update regarding this question? Right now it seems like my only option is to write the conversion myself in a shader or OpenCL, but I'd like to avoid that if possible.