Repository files navigation
compilation release (compilation dans .../bin/Release)
chmod +x ./INSTALL
./INSTALL
installation automatique linux_64 (ex pour ubuntu): non opérationelle
chmod +x ./install.linux64
sudo ./install.linux64 (peut prendre un certains temps)
chmod +x ./Intervallometre
./Intervallometre
installation manuel linux_64 (ex pour ubuntu): (peut prendre un certains temps) (juste notes)
sudo apt-get update
sudo apt-get install gphoto2 libgphoto2* git cmake python-dev python-numpy libtbb2 libtbb-dev libjpeg-dev libpng-dev libtiff-dev libjasper-dev libdc1394-22-dev libgtk2.0-dev pkg-config libavcodec-dev libavformat-dev libswscale-dev build-essential
sudo git clone https://github.com/opencv/opencv.git
cd opencv
mkdir build
cd build
sudo cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local -D BUILD_EXAMPLES=ON -D WITH_QT=ON -D WITH_OPENGL=ON
sudo make
sudo make install
sudo apt-get autoremove
sudo apt-get autoclean
cd ..
cd ..
sudo rm -r opencv
sudo git clone https://github.com/LibRaw/LibRaw.git
cd LibRaw
./configure
make
sudo make install
cd ..
sudo rm -r LibRaw
sudo /sbin/ldconfig -v
About
fait office d'intervallometre pour les apn supportés par la lib gphoto2 (en dev)
Topics
Resources
License
Contributing
Stars
Watchers
Forks
You can’t perform that action at this time.