Git Product home page Git Product logo

xifastmovie's Introduction

xiFastMovie movie recorder software for Ximea cameras

Copyright 2016, 2017 Nicolas Bruot (https://www.bruot.org/hp/)

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
xiFastMovie is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

xiFastMovie is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with xiFastMovie.  If not, see <http://www.gnu.org/licenses/>.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


For a description of what xiFastMovie is and a quick guide on how to use it, see

https://github.com/bruot/xifastmovie/wiki

Binaries of xiFastMovie for Windows are also available on that page.  Please report any issues on the project pages at Github:

https://github.com/bruot/xifastmovie/issues

If you want to compile the program, see below.


###############################
# QUICK STEPS FOR COMPILATION #
###############################

xiFastMovie is compatible with Windows and also expected to work on Linux and Mac.  To compile it, the steps are: install Qt Creator and the Qt, Boost and xiAPI libraries (binaries and sources); open the .pro file with Qt Creator and compile the project.  You may need to fix some library linking issues by editing the .pro file.


#################################################
# A WINDOWS COMPILATION ENVIRONEMENT THAT WORKS #
#################################################

For Windows, since some of the libraries mentionned above are not easy to install, here are quick notes on how to get a compilation environment by downloading already compiled versions of the libraries.

(Tested on Windows 7 and 10, with Qt 5.8.0, Qt Creator 4.2.0. and MSVC 2015)


1. Install Qt Open Source at

  https://www.qt.io/download/

During the installation, make sure to select the msvc2015 64 bits compiler (at least).


2. Install the xiAPI library from the Ximea website:

  https://www.ximea.com/support/wiki/apis/xiAPI

This should install header files and DLLs in C:\XIMEA\API and its subdirectories.


3. Open with Qt Creator the .pro file.  Qt will ask how you want to compile the project.  Choose Desktop Qt 5.8.0 MSVC2015_64bit (or similar Qt version).


4. Once the Qt project is open, click on the little computer in one of the toolbars to select the "Release" configuration of the program.  Then click the little hammer button to compile the program.  If successful, this creates an executable in build-xifastmovie-Desktop_Qt_5_8_0_MSVC2015_64bit-Release\release.  To test the program, launch cmd.exe, browse to the executable directory and type

  xifastmovie.exe --help

This should print a list of available options.

xifastmovie's People

Contributors

bruot avatar

Stargazers

 avatar  avatar

Watchers

 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.