#define CONFIG_SENSOR_Mirror 0
#define CONFIG_SENSOR_Flip 0
-#define CONFIG_SENSOR_I2C_SPEED 100000 /* Hz */
+#define CONFIG_SENSOR_I2C_SPEED 250000 /* Hz */
/* Sensor write register continues by preempt_disable/preempt_enable for current process not be scheduled */
#define CONFIG_SENSOR_I2C_NOSCHED 0
#define CONFIG_SENSOR_I2C_RDWRCHK 0
{0x11,0x0d},
{0x12,0x2a},
{0x13,0x00},
- {0x14,0x10},
+ {0x14,0x11},
{0x15,0x0a},
{0x16,0x05},
{0x17,0x01},
#define CONFIG_SENSOR_Focus 1
-#define CONFIG_SENSOR_I2C_SPEED 100000 /* Hz */
+#define CONFIG_SENSOR_I2C_SPEED 350000 /* Hz */
/* Sensor write register continues by preempt_disable/preempt_enable for current process not be scheduled */
#define CONFIG_SENSOR_I2C_NOSCHED 0
#define CONFIG_SENSOR_I2C_RDWRCHK 0
.maximum = 255,
.step = 1,
.default_value = 125,
- },*/
+ },
{
.id = V4L2_CID_FOCUS_AUTO,
.type = V4L2_CTRL_TYPE_BOOLEAN,
.maximum = 1,
.step = 1,
.default_value = 0,
- },/*{
+ },*/{
.id = V4L2_CID_FOCUS_CONTINUOUS,
.type = V4L2_CTRL_TYPE_BOOLEAN,
.name = "Focus Control",
.maximum = 1,
.step = 1,
.default_value = 0,
- },*/
+ },
#endif
#if CONFIG_SENSOR_Flash