TI J721E Imaging User Guide
itt_server.h File Reference

Go to the source code of this file.

Macros

#define NETWORK_CTRL_SERVER_PORT   (5000U)
 

Functions

int itt_server_init (void *appObj, void *appFileSaveCallback, void *appDccUpdateCallback)
 initialization routine for ITT server. More...
 
void itt_ctrl_cmdHandlerEcho (char *cmd, uint32_t prmSize)
 Handler for command "echo". Function callback passed to network_api utils. Must comply with the syntax of NetworkCtrl_Handler. More...
 
void itt_ctrl_cmdHandlerIssRead2AParams (char *cmd, uint32_t prmSize)
 Handler for command "iss_read_2a_params". Function callback passed to network_api utils. Must comply with the syntax of NetworkCtrl_Handler. More...
 
void itt_ctrl_cmdHandlerIssWrite2AParams (char *cmd, uint32_t prmSize)
 Handler for command "iss_write_2a_params". Function callback passed to network_api utils. Must comply with the syntax of NetworkCtrl_Handler. More...
 
void itt_ctrl_cmdHandlerIssFileSave (char *cmd, uint32_t prmSize)
 Handler for commands "iss_raw_save" and "iss_yuv_save". Function callback passed to network_api utils. Must comply with the syntax of NetworkCtrl_Handler. More...
 
void itt_ctrl_cmdHandlerIssDccSendFile (char *cmd, uint32_t prmSize)
 Handler for command "iss_send_dcc_file". Function callback passed to network_api utils. Must comply with the syntax of NetworkCtrl_Handler Reserved for future use. More...
 
void itt_ctrl_cmdHandlerIssReadSensorReg (char *cmd, uint32_t prmSize)
 Handler for command "iss_read_sensor_reg". Function callback passed to network_api utils. Must comply with the syntax of NetworkCtrl_Handler Inputs. More...
 
void itt_ctrl_cmdHandlerIssWriteSensorReg (char *cmd, uint32_t prmSize)
 Handler for command "iss_write_sensor_reg". Function callback passed to network_api utils. Must comply with the syntax of NetworkCtrl_Handler Inputs. More...
 
void itt_ctrl_cmdHandlerIssDevCtrl (char *cmd, uint32_t prmSize)
 Handler for command "dev_ctrl". Generic device control. Function callback passed to network_api utils. Must comply with the syntax of NetworkCtrl_Handler. More...
 
int32_t itt_register_object (vx_context context, vx_node *node, tivx_raw_image *raw_image_handle, vx_image *yuv_image_handle, uint8_t object_name)
 Function used to register needed objects for EdgeAI ISP Live Tuning. More...
 
int32_t itt_server_edge_ai_init ()
 initialization routine for ITT server on EdgeAI. More...
 

Macro Definition Documentation

◆ NETWORK_CTRL_SERVER_PORT

#define NETWORK_CTRL_SERVER_PORT   (5000U)