This file contains 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 "cinder/Cinder.h" | |
#include "cinder/app/AppBasic.h" | |
#include "cinder/ImageIo.h" | |
#include "cinder/Utilities.h" | |
#include "cinder/gl/Texture.h" | |
#include "cinder/Capture.h" | |
#include "cinder/gl/Fbo.h" |
This file contains 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
/** | |
* Equirectangular remapper | |
* Last update: 7 November 2012 | |
* | |
* Changelog: | |
* 1.0 - Initial release | |
* 2.0 - Rewrite with polar<->carthesian instead of euler<->matrix math | |
* | |
* Licensed under the MIT License: | |
* http://www.opensource.org/licenses/mit-license.php |
This file contains 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
/** | |
* Equirectangular viewer | |
* Last update: 6 March 2013 | |
* | |
* Changelog: | |
* 1.0 - Initial release | |
* | |
* Licensed under the MIT License: | |
* http://www.opensource.org/licenses/mit-license.php | |
* |
This file contains 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> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
<title>Simple WebGL/GLSL video panorama viewer</title> | |
<style> | |
body { | |
background-color: #000000; |
This file contains 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
v4l2-ctl --set-ctrl auto_exposure_bias=9 | |
cvlc v4l2:///dev/video0 --v4l2-width 1080 --v4l2-height 1080 --v4l2-chroma h264 --sout '#rtp{sdp=rtsp://:8554/video.mp4}' |
This file contains 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
{ | |
"id": "printrbot_simple_metal", | |
"name": "Printrbot Simple Metal", | |
"version": 1, | |
"manufacturer": "Other", | |
"inherits": "fdmprinter.json", | |
"machine_settings": { | |
"machine_width": { | |
"default": 250 | |
}, |
This file contains 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
{ | |
"id": "ultimaker2_reprap", | |
"version": 1, | |
"name": "Ultimaker 2 RepRap", | |
"manufacturer": "Ultimaker", | |
"author": "Ultimaker", | |
"icon": "icon_ultimaker2.png", | |
"platform": "ultimaker2_platform.obj", | |
"platform_texture": "Ultimaker2backplate.png", | |
"file_formats": "text/x-gcode", |
This file contains 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
{ | |
"id": "ultimaker2_reprap", | |
"version": 2, | |
"name": "Ultimaker 2 (reprap)", | |
"inherits": "ultimaker2", | |
"metadata": { | |
"visible": true, | |
"author": "Ultimaker", | |
"manufacturer": "Ultimaker", | |
"category": "Ultimaker", |
This file contains 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
{ | |
"id": "ultimaker2_plus_reprap", | |
"version": 2, | |
"name": "Ultimaker 2+ (RepRap)", | |
"inherits": "ultimaker2_plus", | |
"metadata": { | |
"author": "Ultimaker", | |
"manufacturer": "Ultimaker", | |
"category": "Ultimaker", | |
"quality_definition": "ultimaker2_plus", |
This file contains 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
{ | |
"id": "ultimaker2_extended_plus_reprap", | |
"version": 2, | |
"name": "Ultimaker 2 Extended+ (RepRap)", | |
"inherits": "ultimaker2_plus", | |
"metadata": { | |
"author": "Ultimaker", | |
"manufacturer": "Ultimaker", | |
"category": "Ultimaker", | |
"quality_definition": "ultimaker2_plus", |
OlderNewer