Vision Apps User Guide
HW accelerator initialization APIs (TI-RTOS only)

This section contains APIs for HW accelerator initialization. More...

Functions

int32_t appFvid2Init (void)
 Performs initializations needed for Fvid2 must be called before capture, display and other HWA init. More...
 
int32_t appCsi2RxInit (void)
 Performs initializations needed for CSI2RX driver. More...
 
int32_t appCsi2TxInit (void)
 Performs initializations needed for CSI2TX driver. More...
 
int32_t appVhwaInit (void)
 Performs initializations needed for VHWA drivers. More...
 
int32_t appCsi2RxDeInit (void)
 Performs de-initializations needed for CSI2RX driver. More...
 
int32_t appCsi2TxDeInit (void)
 Performs de-initializations needed for CSI2TX driver. More...
 
int32_t appFvid2DeInit (void)
 Performs de-initializations needed for Fvid2. More...
 
int32_t appVhwaDeInit (void)
 Performs de-initializations needed for VHWA drivers. More...
 

Detailed Description

This section contains APIs for HW accelerator initialization.

Function Documentation

◆ appFvid2Init()

int32_t appFvid2Init ( void  )

Performs initializations needed for Fvid2 must be called before capture, display and other HWA init.

◆ appCsi2RxInit()

int32_t appCsi2RxInit ( void  )

Performs initializations needed for CSI2RX driver.

◆ appCsi2TxInit()

int32_t appCsi2TxInit ( void  )

Performs initializations needed for CSI2TX driver.

◆ appVhwaInit()

int32_t appVhwaInit ( void  )

Performs initializations needed for VHWA drivers.

◆ appCsi2RxDeInit()

int32_t appCsi2RxDeInit ( void  )

Performs de-initializations needed for CSI2RX driver.

◆ appCsi2TxDeInit()

int32_t appCsi2TxDeInit ( void  )

Performs de-initializations needed for CSI2TX driver.

◆ appFvid2DeInit()

int32_t appFvid2DeInit ( void  )

Performs de-initializations needed for Fvid2.

◆ appVhwaDeInit()

int32_t appVhwaDeInit ( void  )

Performs de-initializations needed for VHWA drivers.