Difference between revisions of "PvAPI"

From AIRWiki
Jump to: navigation, search
(New page: == Introduction == PvAPI are libraries provided by prosilica to manage and use Prosilica GigE cameras == Installation tips == * download linux sdk from [http://www.alliedvisiontec.com/eme...)
 
(Resoureces)
Line 26: Line 26:
  
 
== Resoureces ==
 
== Resoureces ==
[http://www.alliedvisiontec.com/emea/products/software/linux/gige-linux-sdk.html| GigE Linux Sdk]
+
[http://www.alliedvisiontec.com/emea/products/software/linux/gige-linux-sdk.html| GigE Linux Sdk web page]

Revision as of 16:34, 22 September 2010

Introduction

PvAPI are libraries provided by prosilica to manage and use Prosilica GigE cameras

Installation tips

  • download linux sdk from here
  • copy and unpack it in a folder (example /opt)

Compile SampleViewer

  • install these libraries
    • libwxbase2.8-dev
    • libwxgtk2.8-dev


or use this code:

sudo apt-get install  libwxbase2.8-dev libwxgtk2.8-dev
  • edit the file AVT GigE SDK/examples/SampleViewer/Makefile; substitute these lines
WX_FLAGS = `$(WX_DIR)/wx-config --version=$(WX_VER) --cxxflags` 
WX_LIBS  = `$(WX_DIR)/wx-config --version=$(WX_VER) --libs`

with

WX_FLAGS = `wx-config --version=$(WX_VER) --cxxflags` 
WX_LIBS  = `wx-config --version=$(WX_VER) --libs`

Resoureces

GigE Linux Sdk web page