Octolapse GoPro 1 Prerequisites En











>> YOUR LINK HERE: ___ http://youtube.com/watch?v=TML8L3RmN60

THE CONTENTS OF THIS VIDEO IS OBSOLETE • • • Installation scripts : https://github.com/yet-another-averag... • How to use a GoPro with Octolapse, without any hack ! • Installation scripts : https://github.com/yet-another-averag... • https://plugins.octoprint.org/plugins... • https://github.com/FormerLurker • https://github.com/FormerLurker/Octol... • https://github.com/FormerLurker/Octol... • https://github.com/KonradIT • https://github.com/KonradIT/goprowifi... • https://github.com/KonradIT/gopro-py-api •    / @wildrosebuilds   • http://www.gphoto.org/ • ======================================================== • Python 3.6 installation • -------------------------------------------------------- • command lines : • sudo -s • nano install-python3.6.sh • chmod +x install-python3.6.sh • ./install-python3.6.sh • -------------------------------------------------------- • script : install-python3.6.sh (text to be copied/pasted into nano) : • #!/bin/bash • echo • echo • echo Python install script for Octopi/Octoprint • echo • echo • ########################################## • asksure() function found on : • https://stackoverflow.com/questions/2... • asksure() { • echo -n This will install Python 3.6. Do you want to proceed (Y/N)? • while read -r -n 1 -s answer; do • if [[ $answer = [YyNn] ]]; then • [[ $answer = [Yy] ]] retval=0 • [[ $answer = [Nn] ]] retval=1 • break • fi • done • echo # just a final linefeed, optics... • return $retval • } • using it • echo • echo • echo • if asksure; then • echo Installing Python 3.6 • else • echo Aborting installation... • exit • fi • echo Installing Python 3.6... • echo • echo • ########################################## • commands found on : • https://liftcodeplay.com/2017/06/30/h... • apt-get update • check build tools are installed • apt-get install build-essential checkinstall • #install libraries • apt-get install libreadline-gplv2-dev libncursesw5-dev libssl-dev libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-dev • change dirctory to /usr/src • cd /usr/src • donwnload Python 3.6 sources archive • wget https://www.python.org/ftp/python/3.6... • unzip sources • tar xzf Python-3.6.0.tgz • change directory to sources • cd Python-3.6.0 • configure • bash configure • compile and link ; -j3 makes compilation 2x faster • (7:30 vs 15:30 on a RaspBerry Pi 3 B+ • make -j3 altinstall • return to root directory • cd / • echo • echo • echo • echo • echo • echo test launch Python 3.6 : python3.6 command • echo type exit() to quit Python3.6 • echo • echo • python3.6 • ======================================================== • gopro-py-pi installation • -------------------------------------------------------- • command lines : • sudo nano install-gopro-py-api.sh • sudo chmod +x install-gopro-py-api.sh • ./install-gopro-py-api.sh • -------------------------------------------------------- • script : install-gopro-py-api.sh (text to be copied/pasted into nano) • #!/bin/bash • echo • echo • echo gopro-py-api install script for Octopi/Octoprint • echo • echo • ########################################## • asksure() function found on : • https://stackoverflow.com/questions/2... • asksure() { • while read -r -n 1 -s answer; do • if [[ $answer = [YyNn] ]]; then • [[ $answer = [Yy] ]] retval=0 • [[ $answer = [Nn] ]] retval=1 • break • fi • done • echo # just a final linefeed, optics... • return $retval • } • using it • echo • echo • echo • echo -n This will install gopro-py-api. Do you want to proceed (Y/N)? • if asksure; then • echo Installing gopro-py-api • else • echo Aborting installation... • exit • fi • echo Installing gopro-py-api... • echo • echo • git clone http://github.com/konradit/gopro-py-api • cd gopro-py-api • sudo python3.6 setup.py install • ########################################## • WiFi configuration : • sudo nano /boot/octopi-wpa-supplicant.txt • • ########################################## • tests : • ------------------------------------------ • from gopro-py-api : shoot 10sec video • python3.6 • from goprocam import GoProCamera, constants • gopro = GoProCamera.GoPro() • gopro.shoot_video(10) • exit() • ------------------------------------------ • photo test : • python3.6 • from goprocam import GoProCamera, constants • gopro = GoProCamera.GoPro() • gopro.take_photo() • exit() • ======================================================== • soundtrack : • Never Sleep / Gunnar Olsen

#############################









New on site
Content Report
Youtor.org / YTube video Downloader © 2025

created by www.youtor.org