OWLIFT Library for Android: OwliftApp.DecodeType Enum Reference
OWLIFT Library for Android  1.8.0.0
Top Page
List of all members | Public Member Functions | Static Public Member Functions | Public Attributes
OwliftApp.DecodeType Enum Reference

Public Member Functions

int toInt ()
 

Static Public Member Functions

static DecodeType toDecodeType (int i)
 

Public Attributes

 OWDECODETYPE_UNKNOWN =(-1)
 
 OWDECODETYPE_GRAY_16 =(60)
 
 OWDECODETYPE_NON_LINEAR_AGC_GRAY_16 =(61)
 
 OWDECODETYPE_LINEAR_AGC_GRAY_16 =(62)
 
 OWDECODETYPE_BLUE_ORANGE_16 =(70)
 
 OWDECODETYPE_NON_LINEAR_AGC_BLUE_ORANGE_16 =(71)
 
 OWDECODETYPE_LINEAR_AGC_BLUE_ORANGE_16 =(72)
 
 OWDECODETYPE_RAINBOW_16 =(80)
 
 OWDECODETYPE_NON_LINEAR_AGC_RAINBOW_16 =(81)
 
 OWDECODETYPE_LINEAR_AGC_RAINBOW_16 =(82)
 

Detailed Description

Represents the image decoding type.

Member Function Documentation

◆ toDecodeType()

static DecodeType toDecodeType ( int  i)
static

Convert from integer to DecodeType.

Parameters
iinteger value. return DecodeType

◆ toInt()

int toInt ( )

Gets integer value.

Returns
integer value of DecodeType.

Member Data Documentation

◆ OWDECODETYPE_BLUE_ORANGE_16

OWDECODETYPE_BLUE_ORANGE_16 =(70)

Converts raw data to RGB565 data with "Blue Orange" color table and Manual Gain Control.

◆ OWDECODETYPE_GRAY_16

OWDECODETYPE_GRAY_16 =(60)

Converts raw data to gray scale data as RGB565 with Manual Gain Control.

◆ OWDECODETYPE_LINEAR_AGC_BLUE_ORANGE_16

OWDECODETYPE_LINEAR_AGC_BLUE_ORANGE_16 =(72)

Converts raw data to RGB565 data with "Blue Orange" color table and Linear Auto Gain Control.

◆ OWDECODETYPE_LINEAR_AGC_GRAY_16

OWDECODETYPE_LINEAR_AGC_GRAY_16 =(62)

Converts raw data to gray scale data as RGB565 with Linear Auto Gain Control.

◆ OWDECODETYPE_LINEAR_AGC_RAINBOW_16

OWDECODETYPE_LINEAR_AGC_RAINBOW_16 =(82)

Converts raw data to RGB565 data with "Rainbow" color table and Linear Gain Control.

◆ OWDECODETYPE_NON_LINEAR_AGC_BLUE_ORANGE_16

OWDECODETYPE_NON_LINEAR_AGC_BLUE_ORANGE_16 =(71)

Converts raw data to RGB565 data with "Blue Orange" color table and Nonlinear Auto Gain Control.

◆ OWDECODETYPE_NON_LINEAR_AGC_GRAY_16

OWDECODETYPE_NON_LINEAR_AGC_GRAY_16 =(61)

Converts raw data to gray scale data as RGB565 with Nonlinear Auto Gain Control.

◆ OWDECODETYPE_NON_LINEAR_AGC_RAINBOW_16

OWDECODETYPE_NON_LINEAR_AGC_RAINBOW_16 =(81)

Converts raw data to RGB565 data with "Rainbow" color table and Nonlinear Gain Control.

◆ OWDECODETYPE_RAINBOW_16

OWDECODETYPE_RAINBOW_16 =(80)

Converts raw data to RGB565 data with "Rainbow" color table and Manual Gain Control.

◆ OWDECODETYPE_UNKNOWN

OWDECODETYPE_UNKNOWN =(-1)

Not specified.