fake

package
v0.2.35 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 17, 2023 License: AGPL-3.0 Imports: 16 Imported by: 0

Documentation

Overview

Package fake implements a fake camera which always returns the same image with a user specified resolution.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Attrs added in v0.2.13

type Attrs struct {
	Width  int `json:"width,omitempty"`
	Height int `json:"height,omitempty"`
}

Attrs are the attributes of the fake camera config.

func (*Attrs) Validate added in v0.2.32

func (at *Attrs) Validate() error

Validate checks that the config attributes are valid for a fake camera.

type Camera

type Camera struct {
	generic.Echo
	Name   string
	Model  *transform.PinholeCameraModel
	Width  int
	Height int
	// contains filtered or unexported fields
}

Camera is a fake camera that always returns the same image.

func (*Camera) NextPointCloud

func (c *Camera) NextPointCloud(ctx context.Context) (pointcloud.PointCloud, error)

NextPointCloud always returns a pointcloud of a yellow to blue gradient, with the depth determined by the intensity of blue.

func (*Camera) Read

func (c *Camera) Read(ctx context.Context) (image.Image, func(), error)

Read always returns the same image of a yellow to blue gradient.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL