TI J721E Imaging User Guide
Sensor Initialization API (RTOS only)

Introduction

This section contains APIs for Sensor initialization.

Data Structures

struct  AppSensorCmdParams
 

Functions

int appI2cInit ()
 
int appI2cDeInit ()
 
int32_t appRemoteServiceSensorInit (void)
 
int32_t appRemoteServiceSensorDeInit (void)
 

Macros

#define APP_REMOTE_SERVICE_SENSOR_NAME   "com.ti.remote_service_sensor"
 
#define APP_REMOTE_SERVICE_SENSOR_CMD_CONFIG_OV2775   (0x1000)
 
#define APP_REMOTE_SERVICE_SENSOR_CMD_CONFIG_IMX390   (0x1001)
 
#define APP_PORT_NUM_MAX   (2U)
 
#define APP_MAX_SENSORS   (4u)
 

Macro Definition Documentation

◆ APP_REMOTE_SERVICE_SENSOR_NAME

#define APP_REMOTE_SERVICE_SENSOR_NAME   "com.ti.remote_service_sensor"

◆ APP_REMOTE_SERVICE_SENSOR_CMD_CONFIG_OV2775

#define APP_REMOTE_SERVICE_SENSOR_CMD_CONFIG_OV2775   (0x1000)

◆ APP_REMOTE_SERVICE_SENSOR_CMD_CONFIG_IMX390

#define APP_REMOTE_SERVICE_SENSOR_CMD_CONFIG_IMX390   (0x1001)

◆ APP_PORT_NUM_MAX

#define APP_PORT_NUM_MAX   (2U)

◆ APP_MAX_SENSORS

#define APP_MAX_SENSORS   (4u)

Function Documentation

◆ appI2cInit()

int appI2cInit ( )

◆ appI2cDeInit()

int appI2cDeInit ( )

◆ appRemoteServiceSensorInit()

int32_t appRemoteServiceSensorInit ( void  )

◆ appRemoteServiceSensorDeInit()

int32_t appRemoteServiceSensorDeInit ( void  )