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.

Compiler/TDA4VM: ADAS camera

Part Number: TDA4VM

Tool/software: TI C/C++ Compiler

I want to develop ADAS on TDA4VM with new camera  (maybe the driver is not included in SDK) .

How to add the driver needed by new camera into the code?

How to call the driver? Can I call driver and get image data for ADAS like demo "Single Camera VPAC Application"?

Is the relationship between application and driver like : application call API from vision_apps like 
appInitImageSensor to call the driver IM_SENSOR_CMD_PWRON to power on the camera,

appStartImageSensor to call the driver IM_SENSOR_CMD_STREAM_ON to get stream from camera?

How can API (like appRemoteServiceRun) get the driver of new camera(the driver not included in the RTOS sdk)?