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.

RTOS/TDA2SX: Integrating OV7251 camera with serdes ds90ub934-935

Part Number: TDA2SX

Tool/software: TI-RTOS

Hi,

We are using a custom camera board with tda2sx to interface ov7251 monochrome camera as follows,

                                                           tda2sx(vin3a) <-> serdes(ds90ub934-935) <-> ov7251

We could able to record video in linux using v4l2-ctl. So we have the working configuration for ov7251, serdes and pinmux changes required in tda2x. 

Now we need to port from linux to RTOS and i'm new to TI-RTOS . So i've some queries about it

1. Hope i can add pin muxing changes to function Bsp_platformTda2xxSetPinMux() in ti_components/drivers/pdk_01_10_02_07/packages/ti/drv/vps/src/platforms/src/bsp_platformTda2xx.c

2. Where can i add iodelay_cfg required for vin3a?

3. Hope i can add my SerDes changes to the following files,

ti_components/drivers/pdk_01_10_02_07/packages/ti/drv/vps/examples/utility/src/bsputils_ub960.c
ti_components/drivers/pdk_01_10_02_07/packages/ti/drv/vps/examples/utility/bsputils_ub960.h

and ov7251 camera configuration to 

vision_sdk/apps/src/rtos/iss/src/sensor/ov10640

4. I have seen a couple of use-cases in sdk. From that, which use-case i can choose for recording from a single camera. What changes i need to do in that so that i can record video from vin3a port.

5. I have seen a lot of document in sdk. Can you please suggest any document helpful for camera bring up(with SerDes) and testing in TI-RTOS?