Update SDK to 0910

This commit is contained in:
Joe Dong
2024-09-10 22:07:31 +08:00
parent 7a32853e0c
commit fc0ef67929
5 changed files with 2 additions and 2 deletions
Binary file not shown.
+2 -2
View File
@@ -16,7 +16,7 @@ def generate_launch_description():
),
launch_arguments={
'camera_name': 'camera_01',
'usb_port': '2-1.1',
'usb_port': 'gmsl2-2',
'device_num': '2',
'sync_mode': 'standalone'
}.items()
@@ -28,7 +28,7 @@ def generate_launch_description():
),
launch_arguments={
'camera_name': 'camera_02',
'usb_port': '2-1.2.1',
'usb_port': 'gmsl2-3',
'device_num': '2',
'sync_mode': 'standalone'
}.items()