capture_iface_type

Updated: April 19, 2023

Types of interfaces

Synopsis:

#include <vcapture/capture.h>
enum capture_iface_type {
    CAPTURE_IF_PARALLEL = 0,
    CAPTURE_IF_MIPI_CSI2,
    CAPTURE_IF_DEFAULT_TYPE = -1
};

Data:

CAPTURE_IF_PARALLEL
The interface is parallel.
CAPTURE_IF_MIPI_CSI2
The interface is a MIPI CSI2 interface.
CAPTURE_IF_DEFAULT_TYPE
The interface is the default interface for the selected combination of device & source index.

Library:

libcapture