-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdoc.go
13 lines (13 loc) · 784 Bytes
/
doc.go
1
2
3
4
5
6
7
8
9
10
11
12
13
//Package gphoto let you control your digital camera or webcam from your PC.
//
//Package gphoto is a go wrapper for libgphoto2 library (http://www.gphoto.org/proj/libgphoto2/)
//It is supporting most of modern cameras supporting PTP protocol and connecting to PC with an USB cable
//
//Gphoto lets you inspect and modify camera settings ( shutter speed, aperture, iso, image quality etc.),
//capture photos and download them to the PC.
//
//You can also capture image previews and by doing it in a loop you can have live view on your computer screen
//
//For more information about installing required dependencies and troubleshooting please read readme file avaiable in the
//github repo under this link: https://github.com/szank/libgphoto2-go/blob/master/README.md
package gphoto