Add RGB888 support and adjust PLL for RGB and YUV

This commit is contained in:
me-no-dev
2019-03-11 04:12:12 +01:00
parent 9fd0b54fa4
commit 54814d065f
3 changed files with 105 additions and 17 deletions

View File

@@ -130,9 +130,6 @@ typedef struct _sensor {
int (*set_raw_gma) (sensor_t *sensor, int enable);
int (*set_lenc) (sensor_t *sensor, int enable);
// Advanced functions
int (*set_reg) (sensor_t *sensor, int reg, int mask, int value);
} sensor_t;
// Resolution table (in camera.c)