//------------------------------------------------------------------------------
//
// Copyright (C) 2006,2007, Freescale Semiconductor, Inc. All Rights Reserved.
// THIS SOURCE CODE, AND ITS USE AND DISTRIBUTION, IS SUBJECT TO THE TERMS
// AND CONDITIONS OF THE APPLICABLE LICENSE AGREEMENT 
//
//------------------------------------------------------------------------------
//
//  File:  CameraOV2640.h
//
//  Definitions for OV2640Chip Camera Sensor.
//
//------------------------------------------------------------------------------

#ifndef __CAMERAOV2640_H__
#define __CAMERAOV2640_H__

//------------------------------------------------------------------------------
// Defines
//------------------------------------------------------------------------------
// Defines
//MCU3_5/CSI_D5
#define BSP_GPIO_CSI_3STACK_PD                 5
//MCU3_3,G12,G33
#define BSP_GPIO_CSI_3STACK_RSTB             3

//------------------------------------------------------------------------------
// Types

//------------------------------------------------------------------------------
// Functions
void CameraOV2640Init(void);
void CameraOV2640Deinit(void);
void CameraOV2640SetOutputResolution(csiSensorOutputResolution);
void CameraOV2640SetOutputFormat(cameraOutputFormat);
void CameraOV2640SetDigitalZoom(DWORD);

#endif   // __CAMERAOV2640_H__

