Go to the source code of this file.
Camera Configuration and Driver Selection.
This file automatically selects the correct I2C address and driver structure based on the user-defined ACTIVE_CAM_TYPE.
Definition in file cam_config.h.
Macros | |
Automatic Driver Selection | |
Resolves the low-level driver implementation based on ACTIVE_CAM_TYPE. This allows the user to switch camera devices by changing a single configuration value in userDef.h.
| |
| #define | CAM_CTRL CAM_IMX708_ADDR |
| I2C Address for the currently selected cam (IMX708). | |
| #define | CAM_DRIVER IMX708_DRIVER |
| Driver Interface Table for the currently selected cam (IMX708). | |