videoFrameType
Variable Description
VO type.
Variable Data Definition
1 2 3 4 5 6 7 | 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