Skip to content

Instantly share code, notes, and snippets.

View KonradIT's full-sized avatar

Konrad Iturbe KonradIT

View GitHub Profile
@KonradIT
KonradIT / goprodownload.java
Last active January 3, 2016 17:39
GoProdownload.java by @KonradIT and Benjamin Hill
import java.io.BufferedOutputStream;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.OutputStream;
import org.jsoup.Connection.Response;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.jsoup.nodes.Element;
<!DOCTYPE html>
<html lang="es">
<head>
<title> GoPro Timelapse Maker </title>
<meta name="title" content="GP Timelapse">
<meta name="description" content="gopro.html timelapse maker is a html file that converts all the photo taken with a gopro hero camera with the timelapse feature." />
<meta property="og:title" content="GoPro Timelapse Maker"/>
<meta property="og:description" content="gopro.html timelapse maker is a html file that converts all the photo taken with a gopro hero camera with the timelapse feature."/>
<meta property="og:type" content="website"/>
<meta property="og:image" content="img/logo.png"/>
@KonradIT
KonradIT / autoexec.ash
Last active January 3, 2016 21:19
Enable protune in video mode in a HERO3+Silver camera
sleep 1
t ia2 -3a 1 0 1 1
@KonradIT
KonradIT / test.mkdn
Created January 20, 2014 16:00
testing the GistO app for WP8

GistO Test ======= Hello World!!! This gist has been uploaded with GistO app for WP8 download here

@KonradIT
KonradIT / goprofwparser.c
Created January 20, 2014 19:57 — forked from nezza/gist:2394361
GoPro FW extractor.
/* This tool extracts the sections of a supplied GoPro
* firmware image.
*
* It creates the following files in the current directory:
* bst.bin, bld.bin, pri.bin, rom.bin, dsp.bin
*
* It also shows the expected CRC32 checksum of the section and shows
* where it will be written on the device, you can use this address as
* ROM address and load address in IDA Pro.
*
@KonradIT
KonradIT / goprolive.cpp
Last active April 5, 2020 01:59 — forked from GOROman/gist:6248503
GoPro Live Preview with OpenCV in C ++
#include <opencv2/opencv.hpp>
int main()
{
cv::VideoCapture cap( "http://10.5.5.9:8080/live/amba.m3u8" );
cv::namedWindow( "GoPro" );
cv::Mat frame;
do {
cap >> frame;
@KonradIT
KonradIT / encode.sh
Last active January 4, 2016 02:19 — forked from Knio/encode.sh
GoPro Image resizer using Shell and Python.
dir=${1-.}
fps=${2-48}
if [ ! -s times.sub ]
then
find . -path "*/$dir/???GOPRO/GOPR????.JPG" -printf '%p\n' | sort | python `dirname $0`/subs.py > times.sub
fi
mplayer "mf://$dir/???GOPRO/GOPR????.JPG" -mf w=1920:h=1080:fps=$fps:type=jpg -ao null -benchmark -vo yuv4mpeg:file=>(x264 --demuxer y4m --crf 21 --preset fast --muxer mkv --output GOPRO.MKV -) -vf scale=1920:-3,flip,mirror,crop=1920:1080:0:0,pp=al -sub times.sub
@KonradIT
KonradIT / autoexec.ash
Created January 26, 2014 09:41
Set custom exp, replace iris, gain, and shutter by your custom settings
sleep 2
t ia2 -exp set 1 iris gain shutter
<table border="4">
<tr><td><a href="//www.pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.chernowii.com&media=http%3A%2F%2Fkonradit.github.io%2Fimages%2Fblackplus.jpg&description=Pin%20It" data-pin-do="buttonPin" data-pin-config="above"><img src="//assets.pinterest.com/images/pidgets/pinit_fg_en_rect_gray_20.png" /></a>
<!-- Please call pinit.js only once per page -->
<script type="text/javascript" async src="//assets.pinterest.com/js/pinit.js"></script>
&nbsp;<iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fchernowii.com&amp;width=30&amp;layout=button_count&amp;action=like&amp;show_faces=true&amp;share=true&amp;height=21&amp;appId=577521748970366" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:30px; height:21px;" allowTransparency="true"></iframe>
&nbsp;<a href="https://twitter.com/share" class="twitter-share-button" data-via="twitterapi" data-lang="en">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d
@KonradIT
KonradIT / autoexec.ash
Last active August 29, 2015 13:56
shell for gopro
sleep 2
t app test usb_rs232 1