Giter VIP home page Giter VIP logo

pyflycapture2's Introduction

pyflycapture2

Authors:

Robert Jordens

License:

GPLv3+

Original README

##Ubuntu Install Instructions

###Install Point Grey FlyCapture2 Library

Links and instructions for downloading and installing the latest FlyCapture 2.x library from Point Grey for Linux can be found here:

http://www.ptgrey.com/support/downloads

Download Linux (64-bit, 32-bit, or ARM, whichever is appropriate). Requires registration.

cd ~/Downloads
tar -zxvf flycapture*
cd flycapture*
cat README
# follow the instructions that the script takes you through
sudo reboot

###Test Point Grey FlyCapture2 Library

# plug in Flea3 camera into USB3 port
flycap

Install pyflycapture2

mkdir ~/git
cd ~/git
git clone https://github.com/peterpolidoro/pyflycapture2.git
sudo apt-get install python-pip python-virtualenv -y
mkdir ~/virtualenvs/
virtualenv ~/virtualenvs/flycapture2
source ~/virtualenvs/flycapture2/bin/activate
pip install cython
pip install numpy
cd ~/git/pyflycapture2/
python setup.py install

###Test pyflycapture2

# plug in Flea3 camera into USB3 port
source ~/virtualenvs/flycapture2/bin/activate
cd ~/git/pyflycapture2/
python test_flycapture2.py
sudo apt-get install ipython -y

pyflycapture2's People

Contributors

jordens avatar ldes89150 avatar wallacbe avatar carlschoonover avatar peterpolidoro avatar

Watchers

James Cloos avatar Jiang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.