Tool/software: TI-RTOS
Hi all,
We are using J6-dra7xx customized board. We are trying to bring up the camera using VPS loopback application.
We are using ADV7182 video decoder which is connected to VIP2-PORT. We are able to read & write the ADV7182 chip.
We have enabled free-run mode in the ADV7182 chip. By default, when you enable free run mode, we should get blue screen. Currently we are not getting data in the display.
How to debug the data from the VIP-capture-part ? What are the registers to be monitored ?
Please support for the same.
static LpbkApp_TestParams gLpbkAppTestPrms[] =
{
{
"ADV7182 -> VIP2_S0_PORTA -> BGR888 -> DSS Video1 -> DPI LCD3",
1U, /* numCaptHandles */
1U, /* numDispHandles */
{
VPS_CAPT_VIP_MAKE_INST_ID(VPS_VIP2, VPS_VIP_S0, VPS_VIP_PORTA),
}
/* dispInstId[] */
{
VPS_DISP_INST_DSS_VID1
},
/* decDrvId[] */
{
0,
},
/* encDrvId[] */
{
0,
},
/* vencId */
{
VPS_DCTRL_DSS_VENC_LCD3
},
FALSE, /* isSdVenc */
/* captStandard FVID2_STD_720P_60, */
FVID2_STD_PAL,
/* dispStandard */
{
FVID2_STD_CUSTOM,
},
FVID2_VIFM_SCH_ES, /* captVideoIfMode */
FVID2_VIFW_8BIT, /* captVideoIfWidth */
FVID2_SF_PROGRESSIVE, /* captScanFormat */
FVID2_DF_YUV422P, /* captInDataFmt */
FVID2_DF_YUV422I_UYVY, /* captOutDataFmt */
LPBK_APP_SC_DISABLE_ALL, /* captScEnable */
800U, /* captInWidth */
480U, /* captInHeight */
800U, /* captOutWidth */
480U, /* captOutHeight */
800U, /* dispInWidth */
480U, /* dispInHeight */
800U, /* Target width */
480U, /* Target Height */
LPBK_APP_RUN_COUNT, /* runCount */
BSP_BOARD_MODE_VIDEO_BT656, /* captBoardMode */
BSP_BOARD_MODE_VIDEO_24BIT, /* dispBoardMode */
/* boardId */
(BSP_BOARD_UNKNOWN | BSP_BOARD_BASE_TDA2XX | BSP_BOARD_VISION |
BSP_BOARD_JAMR3 | BSP_BOARD_MULTIDES | BSP_BOARD_BASE_TDA3XX |
BSP_BOARD_BASE_TDA2EX)
}
Thanks & regards
Gokul