Skip to content

Commit

Permalink
var reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishaan-Datta committed Nov 14, 2024
1 parent f9c9b8d commit f69249e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def publish_zed_frames(self):
err = zed.grab(runtime)
if err == sl.ERROR_CODE.SUCCESS:
zed.retrieve_image(image_zed, sl.VIEW.LEFT_UNRECTIFIED)
if self.side == 'left':
if self.camera_side == 'left':
zed.retrieve_image(image_zed, sl.VIEW.LEFT_UNRECTIFIED)
else:
zed.retrieve_image(image_zed, sl.VIEW.RIGHT_UNRECTIFIED)
Expand Down

0 comments on commit f69249e

Please sign in to comment.