TI J721E Imaging User Guide
app_iss.h File Reference

Go to the source code of this file.

Macros

#define MAX_FOLDER_NAME_LEN   (128)
 Sensor Creation. More...
 
#define MAX_FILE_NAME_LEN   (512)
 
#define DCC_ROOT   "/opt/vision_apps/dcc"
 
#define MAX_FOLDER_NAME_LEN   (128)
 Sensor Creation. More...
 

Functions

int32_t appIssInit ()
 
int32_t appIssDeInit ()
 
int32_t appEnumerateImageSensor (char *sensor_name_list[], uint8_t *num_sensors_found)
 
int32_t appQueryImageSensor (char *sensor_name, IssSensor_CreateParams *pSensorCreatePrms)
 
int32_t appStartImageSensor (char *sensor_name, uint32_t channel_mask)
 
int32_t appStopImageSensor (char *sensor_name, uint32_t channel_mask)
 
int32_t appInitImageSensor (char *sensor_name, uint32_t featuresEnabled, uint32_t channel_mask)
 
int32_t appDeInitImageSensor (char *sensor_name)
 
int32_t appIssGetDCCSizeVISS (char *sensor_name, uint32_t wdr_mode)
 
int32_t appIssGetDCCBuffVISS (char *sensor_name, uint32_t wdr_mode, uint8_t *dcc_buf, int32_t num_bytes)
 
int32_t appIssGetDCCSize2A (char *sensor_name, uint32_t wdr_mode)
 
int32_t appIssGetDCCBuff2A (char *sensor_name, uint32_t wdr_mode, uint8_t *dcc_buf, int32_t num_bytes)
 
int32_t appControlImageSensor (char *sensor_name)
 
int32_t appIssGetResizeParams (uint16_t in_width, uint16_t in_height, uint16_t tgt_width, uint16_t tgt_height, uint16_t *out_width, uint16_t *out_height)
 
int32_t appDetectImageSensor (uint8_t *sensor_id_list, uint8_t *num_sensors_found, uint32_t channel_mask)
 
int32_t appIssGetDCCSizeLDC (char *sensor_name, uint32_t wdr_mode)
 
int32_t appIssGetDCCBuffLDC (char *sensor_name, uint32_t wdr_mode, uint8_t *dcc_buf, int32_t num_bytes)
 
int32_t get_dcc_dir_size (char *dcc_folder_path)
 
int32_t get_dcc_dir_data (char *dcc_folder_path, uint8_t *dcc_buf)
 

Macro Definition Documentation

◆ MAX_FOLDER_NAME_LEN [1/2]

#define MAX_FOLDER_NAME_LEN   (128)

Sensor Creation.

◆ MAX_FILE_NAME_LEN

#define MAX_FILE_NAME_LEN   (512)

◆ DCC_ROOT

#define DCC_ROOT   "/opt/vision_apps/dcc"

◆ MAX_FOLDER_NAME_LEN [2/2]

#define MAX_FOLDER_NAME_LEN   (128)

Sensor Creation.