https://github.com/binarybrain/sony-a77-ii-remote-control
Web based remote control aimed for Sony α77 II
https://github.com/binarybrain/sony-a77-ii-remote-control
Last synced: 4 months ago
JSON representation
Web based remote control aimed for Sony α77 II
- Host: GitHub
- URL: https://github.com/binarybrain/sony-a77-ii-remote-control
- Owner: BinaryBrain
- Created: 2016-07-31T21:42:47.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-05T14:32:43.000Z (over 9 years ago)
- Last Synced: 2025-10-14T21:33:03.834Z (8 months ago)
- Language: JavaScript
- Size: 52.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Sony α77 II Remote Control
==========================
The purpose of this project is to have a nice remote controller for the Sony α77 II running on a computer.
However, it should work with most Sony cameras since it only uses basic API calls.
The server is in Node.js and the client is a web page.
Setup
-----
This is a little guide if you want to deploy the project.
### Node server
1. Make sure [Node.js](https://nodejs.org/) is installed (≥ 6.2.0)
2. Install dependencies: `npm install`
3. Run: `node index.js`
4. Open a browser and go to [http://localhost:3000](http://localhost:3000)
### Camera
On your camera:
1. Click on the **MENU** button
2. Go to the 3rd tab, 1st page, and choose **Ctrl w/ Smartphone**
On your computer:
1. Connect to the Wi-Fi hotspot created by the camera
2. Check that the IP address of your "router" (which is in fact the camera) is `192.168.122.1`.
If it's not, you have to change the IP address in the [server file](index.js#L1).