| Package | Description |
|---|---|
| org.bytedeco.depthai |
| Modifier and Type | Method and Description |
|---|---|
VideoEncoderProperties.Profile |
VideoEncoder.getProfile()
Get profile
|
VideoEncoderProperties.Profile |
VideoEncoderProperties.Profile.intern() |
VideoEncoderProperties.Profile |
VideoEncoderProperties.profile()
Encoding profile, H264, H265 or MJPEG
|
static VideoEncoderProperties.Profile |
VideoEncoderProperties.Profile.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VideoEncoderProperties.Profile[] |
VideoEncoderProperties.Profile.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
VideoEncoderProperties |
VideoEncoderProperties.profile(VideoEncoderProperties.Profile setter) |
void |
VideoEncoder.setDefaultProfilePreset(int width,
int height,
float fps,
VideoEncoderProperties.Profile profile)
Sets a default preset based on specified input size, frame rate and profile
|
void |
VideoEncoder.setDefaultProfilePreset(Pointer size,
float fps,
VideoEncoderProperties.Profile profile)
Sets a default preset based on specified input size, frame rate and profile
|
void |
VideoEncoder.setProfile(int width,
int height,
VideoEncoderProperties.Profile profile)
Set encoding profile
|
void |
VideoEncoder.setProfile(Pointer size,
VideoEncoderProperties.Profile profile)
Set encoding profile
|
Copyright © 2021. All rights reserved.