huangcm
2025-09-01 53d8e046ac1bf2ebe94f671983e3d3be059df91a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
 * \file        cameratest.h
 * \brief
 *
 * \version     1.0.0
 * \date        2012年08月08日
 * \author      James Deng <csjamesdeng@allwinnertech.com>
 *
 * Copyright (c) 2012 Allwinner Technology. All Rights Reserved.
 *
 */
 
#ifndef __CAMERA_TEST_H__
#define __CAMERA_TEST_H__
 
int camera_test_quit(void);
int camera_test_init(int x,int y,int width,int height);
int get_camera_cnt(void);
int switch_camera(void);
 
#endif /* __CAMERA_TEST_H__ */