| Package | Description |
|---|---|
| org.bytedeco.depthai |
| Modifier and Type | Method and Description |
|---|---|
RawImgFrame.Type |
ImgFrame.getType()
Retrieves image type
|
RawImgFrame.Type |
RawImgFrame.Type.intern() |
RawImgFrame.Type |
RawImageManipConfig.FormatConfig.type() |
RawImgFrame.Type |
RawImgFrame.Specs.type() |
static RawImgFrame.Type |
RawImgFrame.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RawImgFrame.Type[] |
RawImgFrame.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImageManip.setFrameType(RawImgFrame.Type name)
Deprecated.
|
void |
ImageManipConfig.setFrameType(RawImgFrame.Type name)
Specify output frame type.
|
void |
ImgFrame.setType(RawImgFrame.Type type)
Specifies frame type, RGB, BGR, ...
|
RawImageManipConfig.FormatConfig |
RawImageManipConfig.FormatConfig.type(RawImgFrame.Type setter) |
RawImgFrame.Specs |
RawImgFrame.Specs.type(RawImgFrame.Type setter) |
Copyright © 2021. All rights reserved.