Hi,Ti members
We want to control some GPIOs in camera sensor driver(ti-processor-sdk-rtos-j721e-evm-07_01_00_11\imaging\sensor_drv\src\)
We want control GPIOs in IssSensor_PowerOn() of iss_sensors.c to control power and PDB pin of UB960
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.
Hi,Ti members
We want to control some GPIOs in camera sensor driver(ti-processor-sdk-rtos-j721e-evm-07_01_00_11\imaging\sensor_drv\src\)
We want control GPIOs in IssSensor_PowerOn() of iss_sensors.c to control power and PDB pin of UB960
GPIO driver is in the folder <root>/pdk/packages/ti/drv/gpio
You can include the relevant header files in imaging folder and call GPIO driver functions.
There is no GPIO sample in camera SW. You should be able to find usage of gpio driver in other parts of the SDK.