Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.generalrobotics.dev/llms.txt

Use this file to discover all available pages before exploring further.

RtspCamera

Inherits from: Camera No class docstring.

Inherited methods

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

get_video_manager

RtspCamera.get_video_manager()
No docstring provided.

init

RtspCamera.__init__(url: str, resolution_width: int = 256, resolution_height: int = 256)
No docstring provided.
Arguments
url (str)
str
required
No description provided.
resolution_width (int)
int
No description provided.
resolution_height (int)
int
No description provided.

getImage

RtspCamera.getImage() -> Image
return the image
Returns
Image
Image
Image type containing the requested image.