#HERO+ LCD hacking
#####All in one awesome
###Out of the box features:
- Video:
- Single video, Resolutions: 1080p 60/30, 720p 60/30 w/ SuperView
- Looping
- Photo:
#HERO+ LCD hacking
#####All in one awesome
###Out of the box features:
####GoPro Protune correction, timelapse assembling, fisheye removal, slow motion, 4:3 to 16:9 and motion blur in Linux OS - GoPro Studio for Linux - KDEnlive, FFMPEG, ImageMagick, Mencoder and Python!
GoPro Studio has been tremendously useful for GoPro users, but not all GoPro users can enjoy the tool, there is no GoPro Studio for Linux. So some users made their ways to emulate GoPro Studio on Linux.
This guide is more than GoPro Studio, is a must read guide for Linux and GoPro users.
The main features of GoPro Studio are:
# Stolen from https://adrhc.go.ro/wordpress/ thanks man !!!!! | |
See also | |
# https://doc.ubuntu-fr.org/optimisation | |
Check ubuntu startup times | |
systemd-analyze blame | |
/etc/fstab | |
# http://www.lgqyc.com/move-tmp-to-ram/ |
# simple arch linux installation cheat-sheet | |
# written by armin <[email protected]> | |
# pre installation steps | |
wifi-menu | |
lsblk | |
fdisk /dev/sdX | |
o | |
n | |
p |
" Settings | |
set nosmoothscroll | |
set noautofocus " The opposite of autofocus; this setting stops | |
" sites from focusing on an input box when they load | |
set typelinkhints | |
let searchlimit = 30 | |
let scrollstep = 70 |
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/python | |
# The idea behind this script is if plugging a RaspberryPi into a foreign network whilst running it headless | |
# (i.e. without a monitor/TV), you need to know what the IP address is to SSH into it. | |
# | |
# This script emails you the IP address if it detects an ethernet address other than it's usual address | |
# that it normally has, i.e. on your home network. | |
import subprocess | |
import smtplib |