Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 559 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 559 Bytes

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