• 大小: 0.41M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-05-04
  • 语言: 其他
  • 标签: 其他  

资源简介

smarthome.zip

资源截图

代码片段和文件信息

/*******************************************
代码功能:USB摄像头采集图片
编写者:陈工
2016-04-12
********************************************/


#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include “tslib.h“
//#include “jpeg.h“


unsigned int *fb_mem;

struct ts_sample samp;
struct tsdev *ts;
int quit_flag = 0;//退出标识 

struct {
void *start;
size_t length;
} *buffers;


int thread_tsc(void)  
{  

    //打开触摸屏设备
ts = ts_open(“/dev/event0“0);
if(ts == NULL)
{
printf(“open ts failed!\n“);
return -1;
}
int ret11 = ts_config(ts);
if(ret11 =

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2016-04-27 16:19  smarthome\
     文件         286  2016-04-27 15:34  smarthome\Makefile
     文件         277  2016-04-14 18:41  smarthome\Makefile.txt
     文件         360  2016-04-26 17:10  smarthome\jpeg.h
     目录           0  2016-04-27 16:15  smarthome\mac\
     文件          75  2016-04-20 17:03  smarthome\mac\Makefile
     文件        1473  2016-04-20 09:14  smarthome\mac\check_mac.h
     目录           0  2016-04-27 16:15  smarthome\mac\jpeg\
     文件       48564  2015-04-26 16:35  smarthome\mac\jpeg\jpeglib.h
     文件     1023042  2015-04-26 16:34  smarthome\mac\jpeg\libjpeg.so.8.3.0
     文件        6002  2015-05-10 11:05  smarthome\mac\libcheck_mac.a
     文件       12382  2016-04-27 14:41  smarthome\mac\mac
     文件        1452  2016-04-27 14:39  smarthome\mac\mac.c
     文件       12386  2016-04-27 11:26  smarthome\mac\mac0
     文件        7566  2016-04-27 15:41  smarthome\module_camera.c
     文件        5645  2016-04-17 23:39  smarthome\module_ealbum.c
     文件        2897  2016-04-27 15:32  smarthome\module_jpeg.c
     文件        2596  2016-04-26 22:32  smarthome\module_main.c
     文件        2508  2016-04-26 22:33  smarthome\module_media.c
     文件        2291  2016-04-27 16:13  smarthome\module_music.c
     文件       21360  2016-04-26 22:33  smarthome\smarthome
     文件       21352  2016-04-27 15:41  smarthome\smarthome11
     文件          57  2016-04-27 16:19  smarthome\戴战江等组员信息.txt

评论

共有 条评论