![]()  | 
  
    PDK API Guide for J721E
    
   | 
 
Capture status structure used to get the current status.
Data Fields | |
| uint32_t | queueCount [CSITX_NUM_CH] | 
| uint32_t | dequeueCount [CSITX_NUM_CH] | 
| uint32_t | frmRepeatCount [CSITX_NUM_CH] | 
| uint32_t | overflowCount | 
| uint32_t | frameStartCount [CSITX_NUM_PIXEL_IF] | 
| uint32_t | frameEndCount [CSITX_NUM_PIXEL_IF] | 
| uint32_t | fifoUnderflowCount [CSITX_NUM_PIXEL_IF] | 
| uint32_t | dataFlowErrCount [CSITX_NUM_PIXEL_IF] | 
| uint32_t | byteCountMismatchCount [CSITX_NUM_PIXEL_IF] | 
| uint32_t | lineNumerrorCount [CSITX_NUM_PIXEL_IF] | 
| uint32_t Csitx_InstStatus::queueCount[CSITX_NUM_CH] | 
Counter to keep track of how many requests are queued to the driver. Note: This counter will be reset at the time of driver init.
| uint32_t Csitx_InstStatus::dequeueCount[CSITX_NUM_CH] | 
Counter to keep track of how many requests are dequeued from the driver. Note: This counter will be reset at the time of driver init.
| uint32_t Csitx_InstStatus::frmRepeatCount[CSITX_NUM_CH] | 
Counter to keep track of how many frames are repeated from the driver when no buffers are queued by the application. Note: This counter will be reset at the time of driver init.
| uint32_t Csitx_InstStatus::overflowCount | 
Counter to keep track of the occurrence of overflow error. Note: This counter will be reset at the time of driver create and during driver start.
| uint32_t Csitx_InstStatus::frameStartCount[CSITX_NUM_PIXEL_IF] | 
| uint32_t Csitx_InstStatus::frameEndCount[CSITX_NUM_PIXEL_IF] | 
| uint32_t Csitx_InstStatus::fifoUnderflowCount[CSITX_NUM_PIXEL_IF] | 
| uint32_t Csitx_InstStatus::dataFlowErrCount[CSITX_NUM_PIXEL_IF] | 
| uint32_t Csitx_InstStatus::byteCountMismatchCount[CSITX_NUM_PIXEL_IF] | 
| uint32_t Csitx_InstStatus::lineNumerrorCount[CSITX_NUM_PIXEL_IF] |