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

https://github.com/xremix/camera-remote-js

Access your Sony Camera via Wifi using JavaScript (Website, App or Browser)
https://github.com/xremix/camera-remote-js

app javascript mobile-app nodejs sony sony-camera sony-camera-api web website

Last synced: about 1 year ago
JSON representation

Access your Sony Camera via Wifi using JavaScript (Website, App or Browser)

Awesome Lists containing this project

README

          

# Camera-Remote-JS
Access your Sony Camera via Wifi using JavaScript (Node.js or Browser)
A complete platform indipendent JS Library to access the Sony Camera API

`WORK IN PROGRESS`

## Description
Access the Sony Remote Camera API using JavaScript. This will work in Browser or Node.js.

## Status
Currently I work on a demo project to get this running - later this might turn into a library project instead.

## Get started

Run one of the following code form your commandline:
- `gulp` *to compile the code once and every time a file changes*
- `gulp build` *to compile the code once*

A full list of Gulp Tasks can be found in the `Gulpfile.js`

## Usage

Sample:
```JS
Camera.GetVersion(function(resp){
console.log(resp);
});
```

Available Functions
- exports.Call *Calls any not implemented function, without parameters*
- exports.GetVersion
- exports.StartRecMode
- exports.StartLiveview
- exports.StopLiveview
- exports.ToggleLiveview
- exports.ActTakePicture
- exports.StartBulbShooting
- exports.StopBulbShooting
- exports.GetEvent

## Compatibility

A full list of all supported cameras and the supported functionality please take a look at [the official documentation](https://developer.sony.com/develop/cameras/)