Skip to content

Commit

Permalink
Update camera.py
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel authored Nov 8, 2024
1 parent b630e05 commit a87e490
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/viam/components/camera/camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ async def get_image(
::
from viam.media.video import CameraMimeType
from viam.media.video import CameraMimeType
my_camera = Camera.from_robot(robot=machine, name="my_camera")
Expand Down Expand Up @@ -102,6 +102,7 @@ async def get_point_cloud(
by the mimetype.
To deserialize the returned information into a numpy array, use the Open3D library.
::
import numpy as np
Expand Down

0 comments on commit a87e490

Please sign in to comment.