Home > other >  Qualcomm CSID in camera driver is what ah?
Qualcomm CSID in camera driver is what ah?

Time:10-01

Csiphy is what ah?

CodePudding user response:

This should be the MIPI agreement, the concept of csiphy MIPI protocol of physical layer, and CSID is part of the corresponding protocol layer, is used to decode the use of the data flow.
The original poster can refer to the document qualcomm.

CodePudding user response:

Detailed see manual camera manufacturer

CodePudding user response:

Positive solution on the ground floor, CSI - D configuration
The static struct msm_camera_csid_vc_cfg imx135_cid_cfg []={
{0, CSI_RAW10, CSI_DECODE_10BIT},
{1, 0 x35, CSI_DECODE_8BIT},
{2, CSI_EMBED_DATA CSI_DECODE_8BIT}
};
The first column of each row set is called a CID (channel ID). Virtual channel (VC) and the Data Type (DT) alone nothing
The combination of the two maps to the CID values. The following table lists the possible CID value for a particular VC.

CodePudding user response:

Camera Serial Interface Decoder Module
  • Related