MeiCam SDK For iOS  3.14.0
Public Attributes | List of all members
NvsEffectVideoFrameInfo Struct Reference

Video frame information. More...

#include <NvsEffectCommonDef.h>

Public Attributes

int frameWidth
 The captured image's width (in pixel) More...
 
int frameHeight
 The captured image's height (in pixel) More...
 
int planeRowPitch [NVS_VIDEO_FRAME_MAX_PLANES]
 The number of bytes per line in the frame of the flat image. More...
 
void * planePtr [NVS_VIDEO_FRAME_MAX_PLANES]
 
NvsEffectVideoFramePixelFormat pixelFormat
 The captured image's format. More...
 
int64_t frameTimestamp
 The captured image's timestamp (in microseconds) More...
 
bool isRec601
 Whether it is BT.601. More...
 
bool isFullRangeYUV
 
int displayRotation
 Shows the angle at which the current image needs to be rotated. More...
 
bool flipHorizontally
 Shows whether current image requires horizontal flip or not. More...
 

Detailed Description

Video frame information.

Member Data Documentation

◆ displayRotation

int NvsEffectVideoFrameInfo::displayRotation

Shows the angle at which the current image needs to be rotated.

◆ flipHorizontally

bool NvsEffectVideoFrameInfo::flipHorizontally

Shows whether current image requires horizontal flip or not.

◆ frameHeight

int NvsEffectVideoFrameInfo::frameHeight

The captured image's height (in pixel)

◆ frameTimestamp

int64_t NvsEffectVideoFrameInfo::frameTimestamp

The captured image's timestamp (in microseconds)

◆ frameWidth

int NvsEffectVideoFrameInfo::frameWidth

The captured image's width (in pixel)

◆ isFullRangeYUV

bool NvsEffectVideoFrameInfo::isFullRangeYUV

◆ isRec601

bool NvsEffectVideoFrameInfo::isRec601

Whether it is BT.601.

◆ pixelFormat

NvsEffectVideoFramePixelFormat NvsEffectVideoFrameInfo::pixelFormat

The captured image's format.

◆ planePtr

void* NvsEffectVideoFrameInfo::planePtr[NVS_VIDEO_FRAME_MAX_PLANES]

◆ planeRowPitch

int NvsEffectVideoFrameInfo::planeRowPitch[NVS_VIDEO_FRAME_MAX_PLANES]

The number of bytes per line in the frame of the flat image.


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