MeiCam SDK For Android  3.10.0
Public Member Functions | Public Attributes | List of all members
com.meicam.sdk.NvsVideoResolution Class Reference

Video resolution. More...

Public Member Functions

 NvsVideoResolution ()
 

Public Attributes

int imageWidth
 Image width. More...
 
int imageHeight
 Image height. More...
 
NvsRational imagePAR
 Pixel ratio (only 1:1) More...
 
int bitDepth
 Default is 8Bit. More...
 

Static Public Attributes

Video Frame Pixel Format

static final int VIDEO_RESOLUTION_BIT_DEPTH_8_BIT = 0
 The bit depth of processing pixel is 8bit. More...
 
static final int VIDEO_RESOLUTION_BIT_DEPTH_16_BIT_FLOAT = 1
 The bit depth of processing pixel is half float. More...
 
static final int VIDEO_RESOLUTION_BIT_DEPTH_AUTO = 2
 

Detailed Description

Video resolution.

Constructor & Destructor Documentation

◆ NvsVideoResolution()

com.meicam.sdk.NvsVideoResolution.NvsVideoResolution ( )
inline

Member Data Documentation

◆ bitDepth

int com.meicam.sdk.NvsVideoResolution.bitDepth

Default is 8Bit.

◆ imageHeight

int com.meicam.sdk.NvsVideoResolution.imageHeight

Image height.

◆ imagePAR

NvsRational com.meicam.sdk.NvsVideoResolution.imagePAR

Pixel ratio (only 1:1)

◆ imageWidth

int com.meicam.sdk.NvsVideoResolution.imageWidth

Image width.

◆ VIDEO_RESOLUTION_BIT_DEPTH_16_BIT_FLOAT

final int com.meicam.sdk.NvsVideoResolution.VIDEO_RESOLUTION_BIT_DEPTH_16_BIT_FLOAT = 1
static

The bit depth of processing pixel is half float.

◆ VIDEO_RESOLUTION_BIT_DEPTH_8_BIT

final int com.meicam.sdk.NvsVideoResolution.VIDEO_RESOLUTION_BIT_DEPTH_8_BIT = 0
static

The bit depth of processing pixel is 8bit.

◆ VIDEO_RESOLUTION_BIT_DEPTH_AUTO

final int com.meicam.sdk.NvsVideoResolution.VIDEO_RESOLUTION_BIT_DEPTH_AUTO = 2
static

The bit depth of processing pixel is adaptive. For example, for videos with HDR in editing, half precision floating point will be used for HDR video processing in SDK


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