For best results, you should enable Javascript for our web site.
Sapphire SoC DS
Sapphire SoC UG
Sapphire HP SoC DS
Sapphire HP SoC UG
RISC-V Embedded IDE UG
Board Support Package
Loading...
Searching...
No Matches
cam_config.h
Go to the documentation of this file.
1
2
// Copyright (C) 2013-2026 Efinix Inc. All rights reserved.
3
// Full license header bsp/efinix/EfxSapphireSocRV64/include/LICENSE.MD
5
6
#ifndef CAM_CONFIG_H
7
#define CAM_CONFIG_H
8
19
20
#include "userDef.h"
21
28
29
/* ========================================================================== */
30
/* SUB-GROUP: DRIVER SELECTION LOGIC */
31
/* ========================================================================== */
32
46
47
#if (ACTIVE_CAM_TYPE == CAM_TYPE_IMX708)
48
#include "
cam/device/IMX708.h
"
49
53
#define CAM_CTRL CAM_IMX708_ADDR
54
58
#define CAM_DRIVER IMX708_DRIVER
59
60
#elif (ACTIVE_CAM_TYPE == CAM_TYPE_IMX219)
61
#include "
cam/device/IMX219.h
"
62
66
#define CAM_CTRL CAM_IMX219_ADDR
67
71
#define CAM_DRIVER IMX219_DRIVER
72
#else
73
#warning "Unsupported ACTIVE_CAM_TYPE"
74
#warning "Make sure to include the custom driver !!"
75
#endif
76
// End of Automatic Driver Selection
78
// End of cam_Config Group
80
81
#endif
// cam_CONFIG_H
IMX219.h
IMX219 Driver API definitions. This file provides data structures and APIs for controlling the IMX219...
IMX708.h
imx708 Driver API definitions. This file provides data structures and APIs for controlling the imx708...
For best results, you should enable Javascript for our web site.