MeiCam SDK For iOS  3.10.0
Public Attributes | List of all members
NvsVideoFrameInfo Struct Reference

Video frame information. More...

#include <NvsCommonDef.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]
 
NvsVideoFramePixelFormat pixelFormat
 The captured image's format. More...
 
int64_t frameTimestamp
 The captured image's timestamp (in microseconds) More...
 
bool isRec601
 Whether color space is BT.601. More...
 
bool isFullRangeYUV
 Whether the yuv value range is full range(0-255) More...
 
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 NvsVideoFrameInfo::displayRotation

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

◆ flipHorizontally

bool NvsVideoFrameInfo::flipHorizontally

Shows whether current image requires horizontal flip or not.

◆ frameHeight

int NvsVideoFrameInfo::frameHeight

The captured image's height (in pixel)

◆ frameTimestamp

int64_t NvsVideoFrameInfo::frameTimestamp

The captured image's timestamp (in microseconds)

◆ frameWidth

int NvsVideoFrameInfo::frameWidth

The captured image's width (in pixel)

◆ isFullRangeYUV

bool NvsVideoFrameInfo::isFullRangeYUV

Whether the yuv value range is full range(0-255)

◆ isRec601

bool NvsVideoFrameInfo::isRec601

Whether color space is BT.601.

◆ pixelFormat

NvsVideoFramePixelFormat NvsVideoFrameInfo::pixelFormat

The captured image's format.

◆ planePtr

void* NvsVideoFrameInfo::planePtr[NVS_VIDEO_FRAME_MAX_PLANES]

◆ planeRowPitch

int NvsVideoFrameInfo::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: