You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vignesh Rao edited this page Jun 2, 2024
·
3 revisions
Camera
fromjarvis.modules.cameraimportcameraif__name__=='__main__':
cam_object=camera.Camera()
print(cam_object.get_index()) # Get index id of each cameraprint(cam_object.list_cameras()) # List all connected cameras