gopro

0.0.3 • Public • Published

gopro

API for controlling GoPro Hero 3 Camera from Node.js.

The initial mission here is to take, retrieve, and remove timelapse photos with/from the camera.

As there is no public API, this work is based on these reverse engineering efforts:

Issues

  • The status bytes at least as given by my Hero3 White are totally unknown. The status() method assumes that byte 15 is ready status.

Usage

  var Camera = require('gopro').Camera
  var cam = new Camera('10.5.5.9', 'camera password')
  
  cam.startCapture()
  .then(function() {
    cam.stopCapture()
  })

See also the examples folder and tests.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    6
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    6
  • 0.0.2
    1

Package Sidebar

Install

npm i gopro

Weekly Downloads

7

Version

0.0.3

License

MIT

Last publish

Collaborators

  • kschzt