mirror of https://bitbucket.org/ausocean/av.git
revid/geovision.go: wrote Read method implementation
This commit is contained in:
parent
ce8dc9a4b3
commit
5afad9c5aa
|
@ -253,3 +253,7 @@ func (g *GeoVision) Stop() error {
|
|||
|
||||
return nil
|
||||
}
|
||||
|
||||
func (g *GeoVision) Read(p []byte) (int, error) {
|
||||
return g.rtpClt.Read(p)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue