GistO Test ======= Hello World!!! This gist has been uploaded with GistO app for WP8 download here
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sleep 1 | |
| t ia2 -3a 1 0 1 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* 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. | |
| * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sleep 2 | |
| t ia2 -exp set 1 iris gain shutter |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sleep 2 | |
| t app test usb_rs232 1 |