Skip to content

Photometrics/OpenCV_PVCAM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calling PVCAM from OpenCV

This repository contains a script that will install OpenCV on Linux, it dependencies, and modify it so that it can be used with Photometrics camera's. In addition to OpenCV, this PVCAM adapter leverages the Avaris project https://github.com/AravisProject/aravis

Getting Started

Follow the instructions below.

Prerequisites

  • You must already have the PVCAM driver installed which can be can be downloaded here.
  • You will also need the PVCAM sdk installed which is available upon request.

Installing

After you have cloned the repository, navigate to the folder that contains the opencv_install.sh script in a terminal and run sudo ./opencv_install.sh

During the install process for cuda it will prompt the user for input.

When the script asks if you want to install NVIDIA Accelerated Graphics Drivers choose no. Otherwise choose yes or the default.

How to use OpenCV with Photometrics Camera's

In the sample folder there is an example of how you can use OpenCV to communicate with Photometrics Camera's

You can compile and run this sample by navigating to the directory with the source code and the CMakeLists file and running the following commands.

mkdir build; cd build

cmake ..; make

./opencv_example

###Notes This code is provided as-is, with no warranty, service, or support. It demonstrates how PVCAM library calls can be accessed from within OpenCV. It has only been tested on Ubuntu 16.04 on a Dell Precision T3610

About

Example of calling PVCAM from within the OpenCV framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors