75 #define NETWORK_CTRL_SERVER_PORT (5000U) 97 int itt_server_init(
void * appObj,
void * appFileSaveCallback,
void * appDccUpdateCallback);
205 tivx_raw_image *raw_image_handle,
206 vx_image *yuv_image_handle,
207 uint8_t object_name);
void itt_ctrl_cmdHandlerIssWriteSensorReg(char *cmd, uint32_t prmSize)
Handler for command "iss_write_sensor_reg". Function callback passed to network_api utils...
void itt_ctrl_cmdHandlerIssReadSensorReg(char *cmd, uint32_t prmSize)
Handler for command "iss_read_sensor_reg". Function callback passed to network_api utils...
void itt_ctrl_cmdHandlerIssDevCtrl(char *cmd, uint32_t prmSize)
Handler for command "dev_ctrl". Generic device control. Function callback passed to network_api utils...
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...
void itt_ctrl_cmdHandlerIssWrite2AParams(char *cmd, uint32_t prmSize)
Handler for command "iss_write_2a_params". Function callback passed to network_api utils...
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.
void itt_ctrl_cmdHandlerIssRead2AParams(char *cmd, uint32_t prmSize)
Handler for command "iss_read_2a_params". Function callback passed to network_api utils...
int32_t itt_server_edge_ai_init()
initialization routine for ITT server on EdgeAI.
void itt_ctrl_cmdHandlerEcho(char *cmd, uint32_t prmSize)
Handler for command "echo". Function callback passed to network_api utils. Must comply with the synta...
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.
int itt_server_init(void *appObj, void *appFileSaveCallback, void *appDccUpdateCallback)
initialization routine for ITT server.