Giter Site home page Giter Site logo

xvision2's Introduction

1) make
2)sudo make install  

If you get any errors like:

make[1]: *** No rule to make target `/usr/local/include/opencv2/core/core.hpp', needed by `XVStereoRectify.o'.  Stop.

Find all the ".depend" files in the sub folders inside "src" (like Consoles, Devices, Tools, etc) and replace all occurences of "/usr/local/include/opencv2" 
with the actual location where "opencv2" include files are present in your system (usually "/usr/include/opencv2")

Note that these ".depend" files are hidden by default so you may need to enable "show hidden files" if using a GUI file browser.
You may need to repeat this for any other include directories whose paths need to be changed.

If you get an error like:

../..//include/XVImageRGB.h:1:1: error: expected unqualified-id before โ€˜.โ€™ token
 ../src/Images/XVImageRGB.h

This means that the synbolic link files in the "include" folder are being treated as ordinary header files. 
This is usually because the disk where your xvision2 folder resides has a file system (like FAT32 or NTFS) that does not support symbolic links.You can either move it to a linux supported filesystem (like ext3) 
or replace all the .h files in the "include" folder with the actual header files whose location they contain.

  
DO NOT run 'make config'

xvision2's People

Contributors

abhineet123 avatar

Watchers

 avatar  avatar  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.