/camera

Camera Remote API

Primary LanguageGoMIT LicenseMIT

Camera

GoDoc

Camera Remote API for Go.

About

Automate your photography with Go and create things like sophisticated time-lapses or user interfaces.

Usage

To use this library with your camera, you must enable the remote control feature. Please see developer.sony.com for a full list of supported devices.

cam := camera.NewCamera()
cam.Action(camera.ActTakePicture)

License

MIT