MeiCam SDK For iOS
3.14.0
|
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... | |
Video frame information.
int NvsVideoFrameInfo::displayRotation |
Shows the angle at which the current image needs to be rotated.
bool NvsVideoFrameInfo::flipHorizontally |
Shows whether current image requires horizontal flip or not.
int NvsVideoFrameInfo::frameHeight |
The captured image's height (in pixel)
int64_t NvsVideoFrameInfo::frameTimestamp |
The captured image's timestamp (in microseconds)
int NvsVideoFrameInfo::frameWidth |
The captured image's width (in pixel)
bool NvsVideoFrameInfo::isFullRangeYUV |
Whether the yuv value range is full range(0-255)
bool NvsVideoFrameInfo::isRec601 |
Whether color space is BT.601.
NvsVideoFramePixelFormat NvsVideoFrameInfo::pixelFormat |
The captured image's format.
void* NvsVideoFrameInfo::planePtr[NVS_VIDEO_FRAME_MAX_PLANES] |
int NvsVideoFrameInfo::planeRowPitch[NVS_VIDEO_FRAME_MAX_PLANES] |
The number of bytes per line in the frame of the flat image.