fix camera_index
This commit is contained in:
@@ -26,13 +26,13 @@ follower_arms:
|
|||||||
cameras:
|
cameras:
|
||||||
laptop:
|
laptop:
|
||||||
_target_: lerobot.common.robot_devices.cameras.opencv.OpenCVCamera
|
_target_: lerobot.common.robot_devices.cameras.opencv.OpenCVCamera
|
||||||
camera_index: 1
|
camera_index: 0
|
||||||
fps: 30
|
fps: 30
|
||||||
width: 640
|
width: 640
|
||||||
height: 480
|
height: 480
|
||||||
phone:
|
phone:
|
||||||
_target_: lerobot.common.robot_devices.cameras.opencv.OpenCVCamera
|
_target_: lerobot.common.robot_devices.cameras.opencv.OpenCVCamera
|
||||||
camera_index: 2
|
camera_index: 1
|
||||||
fps: 30
|
fps: 30
|
||||||
width: 640
|
width: 640
|
||||||
height: 480
|
height: 480
|
||||||
|
|||||||
Reference in New Issue
Block a user