Camera Remote API for Go.
Automate your photography with Go and create things like sophisticated time-lapses or user interfaces.
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)
MIT