Code Monkey home page Code Monkey logo

3dwebcam's Introduction

===========
3D Webcam
===========

This software is a 3D video communication application.
As other softwares as Skype, it allows to communicate with other people threw internet, but there you can see in 3D.
Project page and repository: https://github.com/Moutarde/3DWebcam

 author: Nicolas Kniebihler
 Copyright © 2012


----------
Details
----------

This program uses the following libraries :
	- OpenCV 2.2	-> http://opencv.org/
	- Qt 4.8.1		-> http://qt.nokia.com/
	- JMVC
	- blImageAPI	-> http://www.barbato.us/
	- SFML			-> http://www.sfml-dev.org/
	- Boost			-> http://www.boost.org/
	- PThread		-> http://sources.redhat.com/pthreads-win32/

The JMVC, blImageAPI and SFML libraries are included in the git repository.
In fact, blImageAPI is very light and has been slightly modified to work with this project,
and we only need a small part of SFML (the Thread library).
Moreover, JMVC is hard to find, so it's included in this repository.
You will find the copyright, the changes note and the manual in the 3DWebcam/jmvc folder.


--------------------
Visual Studio 2010
--------------------

You have to install the above libraries in the 3DWebcam folder in order to compilate the Visual Studio solution.
The libraries folders should be placed into the following folders :
	- ExternLibraries/OpenCV2.2	->	bin, include and lib
	- ExternLibraries/Qt/4.8.1	->	bin, include, lib, mkspecs and src
	- ExternLibraries/boost		->	only the smart_ptr "header-only" library and the other boost headers it needs to work
	- ExternLibraries/PThread	->	include and lib
Or you can install the libraries where you want and redo the linking yourself...

Finally, copy the following .dll files in Release and Debug folders :
	- opencv_calib3d220d.dll
	- opencv_core220d.dll
	- opencv_highgui220d.dll
	- opencv_imgproc220d.dll
	- QtCore4.dll
	- QtGui4.dll
	- QtNetwork4.dll
	- pthreadVCE2.dll (apparently not necessary on Windows)
Or you can copy those files in your system folder...

Note that if you want to distribute the .exe file, you will need to include the following .dll,
as people who don't have Visual Studio on their computer won't have them :
	- msvcp100.dll
	- msvcp100d.dll
	- msvcr100.dll
	- msvcr100d.dll
	- vcomp100.dll


-----------------
Other compilers
-----------------

You will certainly need the libraries named before.
Install them on your computer and do the linking with you compiler.
You will also need to create a .pro file for Qt.

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.