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.
|
in gpl.txt. If not, see http://www.gnu.org/licenses.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// Package file provides an implementation of AVDevice for files.
|
||||||
package file
|
package file
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
|
@ -22,6 +22,7 @@ LICENSE
|
||||||
in gpl.txt. If not, see http://www.gnu.org/licenses.
|
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
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
|
@ -23,6 +23,8 @@ LICENSE
|
||||||
in gpl.txt. If not, see http://www.gnu.org/licenses.
|
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
|
package geovision
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
|
@ -22,6 +22,7 @@ LICENSE
|
||||||
in gpl.txt. If not, see http://www.gnu.org/licenses.
|
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
|
package raspivid
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
|
@ -22,6 +22,7 @@ LICENSE
|
||||||
in gpl.txt. If not, see http://www.gnu.org/licenses.
|
in gpl.txt. If not, see http://www.gnu.org/licenses.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// Package webcam provides an implementation of AVDevice for webcams.
|
||||||
package webcam
|
package webcam
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
Loading…
Reference in New Issue