Chinaunix首页 | 论坛 | 博客
  • 博客访问: 4194126
  • 博文数量: 776
  • 博客积分: 13014
  • 博客等级: 上将
  • 技术积分: 10391
  • 用 户 组: 普通用户
  • 注册时间: 2010-02-22 17:00
文章分类

全部博文(776)

文章存档

2015年(55)

2014年(43)

2013年(147)

2012年(20)

2011年(82)

2010年(429)

分类: LINUX

2013-08-01 08:05:43

make ubuntu 11.04 compile with libv4l

原文链接
Location: Files:
3 modified
  • ()
  • ()
  • ()
Unmodified Added Removed
  • TabularUnified 

     
    19 19 /* V4L2 capturing support */ 
    20 20 #cmakedefine HAVE_CAMV4L2 
      21  
      22 /* V4L/V4L2 capturing support via libv4l */  
      23 #cmakedefine HAVE_LIBV4L  
    21 24  
    22 25 /* Carbon windowing environment */ 
  • TabularUnified 

     
    174 174                 return capture; 
    175 175         #endif 
    176           #if defined (HAVE_CAMV4L) && defined (HAVE_CAMV4L2) 
      176         #if defined  HAVE_LIBV4L || (defined (HAVE_CAMV4L) && defined (HAVE_CAMV4L2) ) 
    177 177             capture = cvCreateCameraCapture_V4L (index); 
    178 178             if (capture) 
  • TabularUnified 

     
    225 225 #include "precomp.hpp" 
    226 226  
    227   #if !defined WIN32 && defined HAVE_CAMV4L && defined HAVE_CAMV4L2 
      227 #if !defined WIN32 && defined HAVE_ LIBV4L  
    228 228  
    229 229 #define CLEAR(x) memset (&(x), 0, sizeof (x)) 
     
    242 242 #include  
    243 243  
      244 #ifdef HAVE_CAMV4L  
    244 245 #include  
      246 #endif  
      247 #ifdef HAVE_CAMV4L2  
    245 248 #include  
      249 #endif  
    246 250  
    247 251 #include  

Download in other formats:

  •  
阅读(7927) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~