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: 2 months ago
JSON representation
Take photos from all directions (arduino + servo + remote release) and rotate them in web browsers (JavaScript)
- Host: GitHub
- URL: https://github.com/maripo/img_rotation
- Owner: maripo
- Created: 2012-04-30T11:30:17.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-05-06T02:54:03.000Z (almost 13 years ago)
- Last Synced: 2025-01-07T17:28:47.052Z (4 months ago)
- Language: JavaScript
- Size: 1.53 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Viewer
Users can rotate 360 degree images on web browsers. It currently supports Google Chrome ,Firefox and Safari.

##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

(TODO: Add Google SketchUp schematics)