Automatic hardware selection logic.
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). | |
| #define CAM_CTRL CAM_IMX708_ADDR |
#include <cam_config.h>
I2C Address for the currently selected cam (IMX708).
Definition at line 53 of file cam_config.h.
| #define CAM_DRIVER IMX708_DRIVER |
#include <cam_config.h>
Driver Interface Table for the currently selected cam (IMX708).
Definition at line 58 of file cam_config.h.