Hello All
Inputs, Suggestions would be of great help.
Regards
Shantanu Joshi
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello All
Inputs, Suggestions would be of great help.
Regards
Shantanu Joshi
Shantanu,
Few questions,
1, what is RAW format? is it bayer data?
2, what is YUV422 8BITS (PoC LVDS) format?
Regards,
Brijesh
Hello Brijesh,
Shantanu,
For RAW data, you need to use ISP to get it converted into viewable format.
All of these formats can be captured.
But only YUV420/422 format can be processed in VPE.
Rgds,
Brijesh
Hello Brijesh
Thank you for the response. Few more things I wanted to know as,
1. Which link shall be used to capture frames from above modules
2. Does VPE support conversion of input formats YUV422 interleaved and SP
Regards
Shantanu
Hi Shantanu,
You could use Iss capture to capture over CSI interface and VIP capture to capture over parallel interface.
What is SP format? If it is YUV420SP, yes, VPE can support YUV422 to YUV420 format.
Rgds,
Brijesh
Hello Brijesh,
Thank you for the response.
Can you please tell me out of the following seven formats,
SYSTEM_DF_YUV422I_UYVY
SYSTEM_DF_YUV422I_YUYV
SYSTEM_DF_YUV422I_YVYU
SYSTEM_DF_YUV422I_VYUY
SYSTEM_DF_YUV422SP_UV
SYSTEM_DF_YUV422SP_VU
SYSTEM_DF_YUV422P
which are supported in VPE link?
Regards,
Shantanu
Shantanu,
VPE link support below list of formats,
1, SYSTEM_DF_YUV422I_YUYV
2, SYSTEM_DF_YUV422I_UYVY
3, SYSTEM_DF_YUV420SP_UV
4, SYSTEM_DF_YUV422SP_UV
Rgds
Brijesh
Hello Brijesh,
Is it possible to extend the VPE Link to support below formats
SYSTEM_DF_YUV422I_YVYU
SYSTEM_DF_YUV422I_VYUY
SYSTEM_DF_YUV422SP_VU
SYSTEM_DF_YUV422P
and if Yes, then how shall I add the support, will it be added by adding cases for above formats in vpeLink_drvCommon.c.
Regards
Shantanu
Shantanu,
Driver support all but last formats, so link can also support.
Do you mean full planar format by 422P? that's not supported.
Rgds,
Brijesh
Hello Brijesh
From Above I understand that apart from YUV422P all other formats are supported and can add support for that in VPE link and driver as well.
I am closing the the thread. Thank you so much for the response provided.
Regards
Shantanu