zoukankan      html  css  js  c++  java
  • Aravis 库编译方法

    Aravis 库编译方法

    March 21, 2015 9:40 PM

    首先下载 aravis 库的源代码:aravis 库下载地址

    这里我们使用的是 aravis_0_2_0,比较老的一个版本。

    首先是安装方法,这个库需要很多依赖软件,在安装前应该执行下面指令来安装一些软件:

    sudo apt-get install autoconf intltool python-gobject-dev gobject-introspection gtk-doc-tools libgstreamer0.10-dev python-gst0.10-dev libxml2-dev
    

    然后依次执行:

    autogen.sh
    configure
    sudo make install
    

    在执行 configure 时可以加一些参数:

    --enable-viewer
    Build the aravis example application that allows basic interaction with your camera.
    
    --enable-gst-plugin
    Build the aravis gstreamer plugin.
    
    --enable-gst-plugin-0.10
    Build the aravis gstreamer-0.10 plugin.
    
    --enable-gtk-doc
    Build the aravis documentation.
    
    --enable-introspection=yes
    Allow interaction with aravis trough gobject interospection.This allows usage of aravis in non-c based languages like Python or Perl.
    
    --enable-silent-rules
    转载请注明地址:http://www.cnblogs.com/OpenShiFt/ 谢谢!
  • 相关阅读:
    区块链学习一
    loadrunner json参数化
    python造数
    loadrunner json中文无法识别问题
    mysql慢查询
    loadrunner请求json数据参数化问题
    调用短信接口的原理流程,以及入参和返回值分别是什么?
    Linux
    MySql
    nginx负载均衡
  • 原文地址:https://www.cnblogs.com/OpenShiFt/p/4356343.html
Copyright © 2011-2022 走看看