maix::ext_dev::cmap

maix.ext_dev.cmap module

This is maix::ext_dev::cmap module of MaixCDK.
All of these elements are in namespace maix::ext_dev::cmap.

For MaixCDK developer: DO NOT edit this doc file manually, this doc is auto generated!

Module

No module

Enum

Cmap

Cmap

item describe
values WHITE_HOT:
BLACK_HOT:
IRONBOW:
NIGHT:
RED_HOT:
WHITE_HOT_SD:
BLACK_HOT_SD:
RED_HOT_SD:
JET:

C++ defination code:

enum class Cmap {
    WHITE_HOT = 0,
    BLACK_HOT,
    IRONBOW,
    NIGHT,
    RED_HOT,
    WHITE_HOT_SD,
    BLACK_HOT_SD,
    RED_HOT_SD,
    JET,
}

Variable

Function

get

Get cmap ptr

item description
param cmap: @see Cmap
return const CmapArray*

C++ defination code:

const CmapArray* get(Cmap cmap)

Class