62 #ifndef _APP_CAPTURE_MODULE 63 #define _APP_CAPTURE_MODULE 77 #include <TI/video_io_capture.h> 82 #define NUM_CAPT_CHANNELS (4u) 230 tivx_raw_image
read_error_image_raw(vx_context context, IssSensor_Info *sensorInfo,
char file_path[], vx_int32 *bytes_read);
vx_int32 test_mode
Definition: app_capture_module.h:109
vx_int32 graph_parameter_index
Definition: app_capture_module.h:103
vx_uint8 enable_error_detection
Definition: app_capture_module.h:133
void app_delete_capture(CaptureObj *captureObj)
Capture module delete helper function.
#define APP_MODULES_MAX_OBJ_NAME_SIZE
Definition: app_modules.h:88
vx_node write_node
Definition: app_capture_module.h:112
vx_status app_init_capture(vx_context context, CaptureObj *captureObj, SensorObj *sensorObj, char *objName, int32_t bufq_depth)
Capture module init helper function.
tivx_capture_params_t params
Definition: app_capture_module.h:97
vx_array file_prefix
Definition: app_capture_module.h:118
#define APP_MODULES_MAX_BUFQ_DEPTH
Definition: app_modules.h:89
vx_status app_send_cmd_capture_write_node(CaptureObj *captureObj, vx_uint32 start_frame, vx_uint32 num_frames, vx_uint32 num_skip)
Capture module write output helper function.
#define TIVX_FILEIO_FILE_PATH_LENGTH
Definition: tivx_fileio_kernels.h:58
Sensor Module Data Structure.
Definition: app_sensor_module.h:97
vx_status app_create_graph_capture(vx_graph graph, CaptureObj *captureObj)
Capture module create helper function.
vx_node node
Definition: app_capture_module.h:91
void app_deinit_capture(CaptureObj *captureObj, vx_int32 bufq_depth)
Capture module deinit helper function.
vx_uint32 capture_format
Definition: app_capture_module.h:136
Capture Module Data Structure.
Definition: app_capture_module.h:89
vx_user_data_object config
Definition: app_capture_module.h:94
vx_int32 en_out_capture_write
Definition: app_capture_module.h:106
vx_status app_create_graph_capture_write_output(vx_graph graph, CaptureObj *captureObj)
Capture module write output helper function.
vx_array file_path
Definition: app_capture_module.h:115
vx_user_data_object write_cmd
Definition: app_capture_module.h:121
tivx_raw_image error_frame_raw_image
Definition: app_capture_module.h:130
tivx_raw_image read_error_image_raw(vx_context context, IssSensor_Info *sensorInfo, char file_path[], vx_int32 *bytes_read)
Capture module write output helper function.
vx_status app_send_error_frame(CaptureObj *captureObj)
Capture module write output helper function.