Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jnordberg/yichan

Xiaomi Yi Camera control library
https://github.com/jnordberg/yichan

Last synced: 22 days ago
JSON representation

Xiaomi Yi Camera control library

Awesome Lists containing this project

README

        

YiChan
======

Node.js library for controlling a Xiaomi Yi camera.

Usage
-----

```javascript

var YiChan = require('yichan')

var camera = new YiChan()

camera.triggerShutter(function(error) {
// ..
})

```

See examples directory for more

Documentation
-------------

Use the source luke

License
-------

MIT