GBC_Camera_Interface.h
1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
/*******************************************************************************
* Filename:
* ---------
* GBC_Camera.h
*
* Project:
* --------
* GBC_Project
*
* Description:
* ------------
*
*
* Author:
* -------
* RenFeng
*
*******************************************************************************/
#ifndef GBC_CAMERA_INTERFACE_H
#define GBC_CAMERA_INTERFACE_H
#include "MMI_include.h"
/****************************************************************************
* Define
*****************************************************************************/
/****************************************************************************
* Typedef
*****************************************************************************/
/****************************************************************************
* Extern Global Variable
*****************************************************************************/
/****************************************************************************
* Extern Global Function
*****************************************************************************/
extern int GBC_Camera_Get_Next_FileName(WCHAR*path);
extern S32 GBC_camera_preview_start(gdi_handle preview_handle,kal_bool isUpdate_LCD);
extern int GBC_camera_power_off(void);
extern int GBC_camera_preview_stop(void);
extern int GBC_camera_power_on(void);
extern int GBC_camera_capture_to_memory(U8 **buf_pp, U32 *captured_size,S8 *file_name);
#endif //GBC_CAMERA_H