openncc frame
NccPipeOutput_t Struct Reference

AI Meta frame with header and data, get back from ncc device after finished one frame AI inference. More...

#include <native_vpu_api.h>

Public Attributes

METATYPE type
 
unsigned int seqNo
 
int actual_size
 
int alloc_size
 
float elapsed_time
 
unsigned int reserved [9]
 
void * output
 

Detailed Description

AI Meta frame with header and data, get back from ncc device after finished one frame AI inference.

Member Data Documentation

◆ actual_size

int NccPipeOutput_t::actual_size

< frame sequence number updated by ncc device,help to know
which video frame(struct NccPipeInput_t.seqNo) the current result corresponds to

◆ alloc_size

int NccPipeOutput_t::alloc_size

< The actual AI meta data size of current frame

◆ elapsed_time

float NccPipeOutput_t::elapsed_time

< Size of your pre-allocated buffer

◆ output

void* NccPipeOutput_t::output

< reserve

◆ reserved

unsigned int NccPipeOutput_t::reserved[9]

< Inference consumes time,millisecond

◆ seqNo

unsigned int NccPipeOutput_t::seqNo

< AI Meta data format type

◆ type

METATYPE NccPipeOutput_t::type