videoFrameType
Variable Description
VO type.
Variable Data Definition
enum VideoFrameType {
H264, // H.264 (default)
YUV, // YV12
RGB, // RGBA8888 not supported currently
H265,
FRAME_TYPE_MAX
};
Restrictions
RGBA8888 in RGB is not supported currently.
Property Field Name |
Description |
Value Range |
Default Value |
|---|---|---|---|
videoFrameType |
Video data output format. |
|
0 |
Parent topic: Configuration Parameters