mirror of https://bitbucket.org/ausocean/av.git
device: add package comments to file, raspivid, geovision and webcam packages
This commit is contained in:
parent
cd3351543c
commit
6e1ccf6bda
|
@ -22,6 +22,7 @@ LICENSE
|
|||
in gpl.txt. If not, see http://www.gnu.org/licenses.
|
||||
*/
|
||||
|
||||
// Package file provides an implementation of AVDevice for files.
|
||||
package file
|
||||
|
||||
import (
|
||||
|
|
|
@ -22,6 +22,7 @@ LICENSE
|
|||
in gpl.txt. If not, see http://www.gnu.org/licenses.
|
||||
*/
|
||||
|
||||
// config-cli is a command-line program for configuring the GeoVision camera.
|
||||
package main
|
||||
|
||||
import (
|
||||
|
|
|
@ -23,6 +23,8 @@ LICENSE
|
|||
in gpl.txt. If not, see http://www.gnu.org/licenses.
|
||||
*/
|
||||
|
||||
// Package geovision provides an implementation of the AVDevice interface
|
||||
// for the GeoVision IP camera.
|
||||
package geovision
|
||||
|
||||
import (
|
||||
|
|
|
@ -22,6 +22,7 @@ LICENSE
|
|||
in gpl.txt. If not, see http://www.gnu.org/licenses.
|
||||
*/
|
||||
|
||||
// Package raspivid provides an implementation of AVDevice for the raspberry pi camera.
|
||||
package raspivid
|
||||
|
||||
import (
|
||||
|
|
|
@ -22,6 +22,7 @@ LICENSE
|
|||
in gpl.txt. If not, see http://www.gnu.org/licenses.
|
||||
*/
|
||||
|
||||
// Package webcam provides an implementation of AVDevice for webcams.
|
||||
package webcam
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in New Issue