OV5645 Driver

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

OV5645 Driver

OV5645 Driver

This is ov5645 driver and tested with i.MX6 L3.0.35 BSP .  It is modified based on ov5640.c.

P.S.

The power down function for OV5645 is different from the OV5640. So modify the function in your_board.c like this:

static void mx6q_mipi_powerdown(int powerdown)

{

    if (!powerdown)

        gpio_set_value(MIPI_PWDN, 1);

    else

        gpio_set_value(MIPI_PWDN, 0);

    msleep(5);

}

添付
評価なし
バージョン履歴
最終更新日:
‎07-22-2015 03:38 AM
更新者: