12.11. SYS

【Debug Information】

# cat /proc/cvitek/sys

Module: [SYS], Version[], Build Time[#1 SMP PREEMPT Wed Feb 24 15:02:47 CST 2021]
-----BIND RELATION TABLE-------------------------------------------------------------------------------------
1stMod    1stDev    1stChn    2ndMod    2ndDev    2ndChn    3rdMod    3rdDev    3rdChn
VI              0              0              VPSS           0               0                VENC         0               0
VPSS         0              1             VENC           0              1                 null            0               0

-----------------------------------------------------------------------------------------------------------------------

【Analysis】

Record the current usage of SYS module.

【Parameter Description】

Parameter

Decription

BIND RELATION TABLE

1stMod

The module name of the first level in the binding relationship, and the data is sent from the first level to the second level.

1stDev

The device number of the first level in the binding relationship, and the data is sent from the first level to the second level.

1stChn

The channel number of the first level in the binding relationship, and the data is sent from the first level to the second level.

2ndMod

The module name of the second level in the binding relationship, and the data is sent from the first level to the second level.

2ndDev

The device number of the second level in the binding relationship, and the data is sent from the first level to the second level.

2ndChn

The channel number of the second level in the binding relationship, and the data is sent from the first level to the second level.

3rdMod

The module name of the third level in the binding relationship. If there is a third level binding relationship, the data is sent to the third level by the second level, otherwise it will be null.

3rdDev

The device number of the third level in the binding relationship.

3rdChn

The channel number of the third level in the binding relationship.