TIOVX User Guide

The configuration data structure used by the TIVX_KERNEL_CAPTURE kernel. More...

#include <video_io_capture.h>

Data Fields

tivx_capture_inst_params_t instCfg [TIVX_CAPTURE_MAX_INST]
 
uint32_t instId [TIVX_CAPTURE_MAX_INST]
 
uint32_t numInst
 
uint32_t numCh
 
uint32_t chVcNum [TIVX_CAPTURE_MAX_CH]
 
uint32_t chInstMap [TIVX_CAPTURE_MAX_CH]
 
uint32_t timeout
 
uint32_t timeoutInitial
 

Detailed Description

The configuration data structure used by the TIVX_KERNEL_CAPTURE kernel.

Definition at line 316 of file video_io_capture.h.

Field Documentation

◆ instCfg

tivx_capture_inst_params_t tivx_capture_params_t::instCfg[TIVX_CAPTURE_MAX_INST]

CSI2Rx Instance configuration

Definition at line 318 of file video_io_capture.h.

◆ instId

uint32_t tivx_capture_params_t::instId[TIVX_CAPTURE_MAX_INST]

CSI2Rx Instance Id, 0:CSIRx0 1:CSIRx0

Definition at line 319 of file video_io_capture.h.

◆ numInst

uint32_t tivx_capture_params_t::numInst

Number of instances in current capture node

Definition at line 320 of file video_io_capture.h.

◆ numCh

uint32_t tivx_capture_params_t::numCh

Number of channels to be processed on current instance of Node

Definition at line 321 of file video_io_capture.h.

◆ chVcNum

uint32_t tivx_capture_params_t::chVcNum[TIVX_CAPTURE_MAX_CH]

Virtual Channel Number for each channel

Definition at line 322 of file video_io_capture.h.

◆ chInstMap

uint32_t tivx_capture_params_t::chInstMap[TIVX_CAPTURE_MAX_CH]

Instance ID for each channel

Definition at line 323 of file video_io_capture.h.

◆ timeout

uint32_t tivx_capture_params_t::timeout

Total timeout (in ms) for all cameras. If this timeout is exceeded, cameras that have not been received are dead. The timeout value will only be considered if calling the tivxCaptureRegisterErrorFrame API to enable error detection

Definition at line 324 of file video_io_capture.h.

◆ timeoutInitial

uint32_t tivx_capture_params_t::timeoutInitial

Initial failure timeout (in ms) for first time the capture node fails. Once this timeout has been exceeded, the "timeout" parameter will then be used. The timeout value will only be considered if calling the tivxCaptureRegisterErrorFrame API to enable error detection

Definition at line 326 of file video_io_capture.h.


The documentation for this struct was generated from the following file: