Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maripo/img_rotation

Take photos from all directions (arduino + servo + remote release) and rotate them in web browsers (JavaScript)
https://github.com/maripo/img_rotation

Last synced: 1 day ago
JSON representation

Take photos from all directions (arduino + servo + remote release) and rotate them in web browsers (JavaScript)

Awesome Lists containing this project

README

        

#Viewer

Users can rotate 360 degree images on web browsers. It currently supports Google Chrome ,Firefox and Safari.

![Sample](https://github.com/maripo/img_rotation/raw/master/viewer/img/ab_animation.gif)

##Usage
You can embed viewer objects to HTML files easily.
* Prepare images with sequential numbers
* Import [rotate.js](https://github.com/maripo/img_rotation/blob/master/viewer/rotate.js) to a HTML document
* Add DIV elements in which images are shown
* Initialize ImageRotate objects

>new ImageRotation(
> document.getElementById('image_container'),
> 'img/my_image[01-20].jpg'
> ).init();

[Demo Site](http://maripo.org/img_rotation/viewer/)

#Camera Control

![Implementation example](https://github.com/maripo/img_rotation/raw/master/doc/photo_booth.jpg)

(TODO: Add Google SketchUp schematics)