Skip to content

Commit 2ffc58e

Browse files
authored
Update camera.py (#785)
1 parent 0a58930 commit 2ffc58e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/viam/components/camera/camera.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ async def get_image(
4848
4949
::
5050
51-
from viam.media.video import CameraMimeType
51+
from viam.media.video import CameraMimeType
5252
5353
my_camera = Camera.from_robot(robot=machine, name="my_camera")
5454
@@ -102,6 +102,7 @@ async def get_point_cloud(
102102
by the mimetype.
103103
104104
To deserialize the returned information into a numpy array, use the Open3D library.
105+
105106
::
106107
107108
import numpy as np

0 commit comments

Comments
 (0)