1.19. V4L2 Media Bus functions and data structures¶
- 
enum v4l2_mbus_type¶
- media bus type 
Constants
- V4L2_MBUS_PARALLEL
- parallel interface with hsync and vsync
- V4L2_MBUS_BT656
- parallel interface with embedded synchronisation, can also be used for BT.1120
- V4L2_MBUS_CSI1
- MIPI CSI-1 serial interface
- V4L2_MBUS_CCP2
- CCP2 (Compact Camera Port 2)
- V4L2_MBUS_CSI2
- MIPI CSI-2 serial interface
- 
struct v4l2_mbus_config¶
- media bus configuration 
Definition
struct v4l2_mbus_config {
  enum v4l2_mbus_type type;
  unsigned int flags;
};
Members
- type
- in: interface type
- flags
- in / out: configuration flags, depending on type