Skip to main content

Go2Camera

Inherits from: Camera No class docstring.

Inherited methods

  • From Camera: getData, getCameraIntrinsics, setCameraIntrinsics, getCameraSettings, setCameraSettings

init

Go2Camera.__init__()
No docstring provided.

getImage

Go2Camera.getImage(image_type: str | None = None) -> Image | None
Get image from Go2 camera
Arguments
image_type (str | None)
str | None
type of image to retrieve, no effect for Go2Camera as it only supports RGB. Defaults to None.
Returns
Image
Image | None
requested image as numpy array