forked from tangger/lerobot
Fix issue with wrong using index instead of camera_index in opencv (#466)
This commit is contained in:
@@ -156,7 +156,7 @@ def save_images_from_cameras(
|
||||
executor.submit(
|
||||
save_image,
|
||||
image,
|
||||
camera.index,
|
||||
camera.camera_index,
|
||||
frame_index,
|
||||
images_dir,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user