Skip to content

Commit f65ba27

Browse files
authored
Rename sensor to imager (#382)
1 parent e05d2c9 commit f65ba27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/viam/components/camera/camera.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ async def get_image(self, mime_type: str = "", *, timeout: Optional[float] = Non
5252

5353
@abc.abstractmethod
5454
async def get_images(self, *, timeout: Optional[float] = None, **kwargs) -> Tuple[List[NamedImage], ResponseMetadata]:
55-
"""Get simultaneous images from different sensors, along with associated metadata.
56-
This should not be used for getting a time series of images from the same sensor.
55+
"""Get simultaneous images from different imagers, along with associated metadata.
56+
This should not be used for getting a time series of images from the same imager.
5757
5858
Returns:
5959
Tuple[List[NamedImage], ResponseMetadata]:

0 commit comments

Comments
 (0)