Go to the source code of this file.
|
#define | NUM_CAPT_CHANNELS (4u) |
| Number of capture channels that are used by this module. Can be modified as needed. More...
|
|
|
vx_status | app_init_capture (vx_context context, CaptureObj *captureObj, SensorObj *sensorObj, char *objName, int32_t bufq_depth) |
| Capture module init helper function. More...
|
|
void | app_deinit_capture (CaptureObj *captureObj, vx_int32 bufq_depth) |
| Capture module deinit helper function. More...
|
|
void | app_delete_capture (CaptureObj *captureObj) |
| Capture module delete helper function. More...
|
|
vx_status | app_create_graph_capture (vx_graph graph, CaptureObj *captureObj) |
| Capture module create helper function. More...
|
|
vx_status | app_create_graph_capture_write_output (vx_graph graph, CaptureObj *captureObj) |
| Capture module write output helper function. More...
|
|
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. More...
|
|
vx_status | app_send_error_frame (CaptureObj *captureObj) |
| Capture module write output helper function. More...
|
|
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. More...
|
|