12.6. H264EΒΆ
Debugging Information
# cat /proc/cvitek/h264e Module: [H264E] System Build Time [#1 SMP PREEMPT Sat Jan 23 02:50:26 CST 2021] -----MODULE PARAM------------------------------------------------- OnePack: 0 H264eVBSource: 0 PowerSaveEn: 0 MiniBufMode: 0 bQpHstgrmEn: 0 -----CHN ATTR----------------------------------------------------- ID: 0 MaxWidth: 1920 MaxHeight: 1080 Width: 1920 Height: 1080 Profile: 0 C2GEn: 0 BufSize: 0 ByFrame: 1 GopMode: NORMALP MaxStrCnt: 0 Debugging Information Analysis
recordcurrentH.264Video EncodingAttributeConfigurationandStatusInformation.
Parameter Description
Parameter | Description | |
|---|---|---|
MODULEPARAM | OnePack | obtain a streamMode 0: Obtain a stream in multi-packet mode. 1: Obtain a stream in single-packet mode. |
H264eVBSource | VB acquisition mode for reference and reconstructed frames 2: Use private VB 3: VB is allocated by the user | |
PowerSaveEn | Low-power parameter control switch 0: Low-power parameters are disabled. 1: Low-power parameters are enabled. | |
MiniBufMode | allocateBitstreamBufferMode 0: Allocate the bitstream buffer based on resolution. 1: The minimum stream buffer size is 32 KB. The user must ensure that the allocated stream buffer is large enough. | |
bQpHstgrmEn | Whether to display the QP histogram in advanced stream information 0: no 1: yes | |
CHN ATTR | ID | Channel number |
MaxWidth | Encoding channelMaximumWidth (unit: pixel) | |
MaxHeight | Encoding channelMaximumHeight (unit: pixel) | |
Width | Width (unit: pixel) | |
Height | Height (unit: pixel) | |
profile | Encoding channel profile level Base: baseline MP: main profile HP: high profile | |
C2GEn | Enable color-to-grayscale conversion Value range: {0, 1} | |
BufSize | BitstreamBufferSize (unit: byte) | |
ByFrame | WhetherpressFrameobtain a stream Value range: {0, 1} | |
GopMode | GOP Mode | |
MaxStrCnt | Maximum number of frames in the stream buffer default value: 200 |