首页 > 其他分享 >三种方法-直接从Intel RealSenseD456/D435获取相机和IMU内外参数

三种方法-直接从Intel RealSenseD456/D435获取相机和IMU内外参数

时间:2024-11-18 14:45:07浏览次数:3  
标签:D435 Hz 15 Intel Color 30 Infrared 60 IMU

三种方法-直接从Intel RealSenseD456/D435获取相机和IMU内外参数,自己标定很麻烦

1、直接从出厂参数获取

方法1——最直接

直接从Intel RealSense中获取相机参数。
先按照下面图片的步骤获取数据,保存为json,然后电脑可以直接用记事本打开查看。
在这里插入图片描述

方法2——最有条理

在ubuntu中连接相机,然后在终端分别输入如下命令:
1)、打开ros:

roscore

2)、新建一个终端启动realsense_ros,此时就有追踪画面了

roslaunch realsense2_camera rs_camera.launch

3)、根据需求分别输入下述命令,获取需要的参数:

rostopic echo /camera/color/camera_info
rostopic echo /camera/accel/imu_info
rostopic echo /camera/color/camera_info
rostopic echo /camera/depth/camera_info
rostopic echo /camera/infra1/camera_info
rostopic echo /camera/infra2/camera_info
rostopic echo /camera/extrinsics/depth_to_color

方法3——最全

在ubuntu中连接相机,然后在终端输入如下命令,查看D456的标定参数:

 rs-enumerate-devices -c 

终端列出的所有参数如下,这比realsense-viewer给出要多很很很很……多多:

book@100ask:~$ rs-enumerate-devices -c
Device info: 
    Name                          : 	Intel RealSense D456
    Serial Number                 : 	333422304212
    Firmware Version              : 	5.16.0.1
    Recommended Firmware Version  : 	5.16.0.1
    Physical Port                 : 	/sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/usb4/4-1/4-1:1.0/video4linux/video0
    Debug Op Code                 : 	15
    Advanced Mode                 : 	YES
    Product Id                    : 	0B5C
    Camera Locked                 : 	YES
    Usb Type Descriptor           : 	3.2
    Product Line                  : 	D400
    Asic Serial Number            : 	320143060035
    Firmware Update Id            : 	320143060035
    Dfu Device Path               : 	

Stream Profiles supported by Stereo Module
 Supported modes:
    STREAM      RESOLUTION     FORMAT      FPS
    Infrared    1280x720       UYVY        @ 30/15/5 Hz
    Infrared        |          BGRA8       @ 30/15/5 Hz
    Infrared        |          RGBA8       @ 30/15/5 Hz
    Infrared        |          BGR8        @ 30/15/5 Hz
    Infrared        |          RGB8        @ 30/15/5 Hz
    Infrared     848x480       UYVY        @ 90/60/30/15/5 Hz
    Infrared        |          BGRA8       @ 90/60/30/15/5 Hz
    Infrared        |          RGBA8       @ 90/60/30/15/5 Hz
    Infrared        |          BGR8        @ 90/60/30/15/5 Hz
    Infrared        |          RGB8        @ 90/60/30/15/5 Hz
    Infrared     848x100       UYVY        @ 100 Hz
    Infrared        |          BGRA8       @ 100 Hz
    Infrared        |          RGBA8       @ 100 Hz
    Infrared        |          BGR8        @ 100 Hz
    Infrared        |          RGB8        @ 100 Hz
    Infrared     640x480       UYVY        @ 90/60/30/15/5 Hz
    Infrared        |          BGRA8       @ 90/60/30/15/5 Hz
    Infrared        |          RGBA8       @ 90/60/30/15/5 Hz
    Infrared        |          BGR8        @ 90/60/30/15/5 Hz
    Infrared        |          RGB8        @ 90/60/30/15/5 Hz
    Infrared     640x360       UYVY        @ 90/60/30/15/5 Hz
    Infrared        |          BGRA8       @ 90/60/30/15/5 Hz
    Infrared        |          RGBA8       @ 90/60/30/15/5 Hz
    Infrared        |          BGR8        @ 90/60/30/15/5 Hz
    Infrared        |          RGB8        @ 90/60/30/15/5 Hz
    Infrared     480x270       UYVY        @ 90/60/30/15/5 Hz
    Infrared        |          BGRA8       @ 90/60/30/15/5 Hz
    Infrared        |          RGBA8       @ 90/60/30/15/5 Hz
    Infrared        |          BGR8        @ 90/60/30/15/5 Hz
    Infrared        |          RGB8        @ 90/60/30/15/5 Hz
    Infrared     424x240       UYVY        @ 90/60/30/15/5 Hz
    Infrared        |          BGRA8       @ 90/60/30/15/5 Hz
    Infrared        |          RGBA8       @ 90/60/30/15/5 Hz
    Infrared        |          BGR8        @ 90/60/30/15/5 Hz
    Infrared        |          RGB8        @ 90/60/30/15/5 Hz
    Infrared 1  1280x800       Y16         @ 25/15 Hz
    Infrared 1      |          Y8          @ 30/15 Hz
    Infrared 1  1280x720       Y8          @ 30/15/5 Hz
    Infrared 1   848x480       Y8          @ 90/60/30/15/5 Hz
    Infrared 1   848x100       Y8          @ 100 Hz
    Infrared 1   640x480       Y8          @ 90/60/30/15/5 Hz
    Infrared 1   640x400       Y16         @ 25/15 Hz
    Infrared 1   640x360       Y8          @ 90/60/30/15/5 Hz
    Infrared 1   480x270       Y8          @ 90/60/30/15/5 Hz
    Infrared 1   424x240       Y8          @ 90/60/30/15/5 Hz
    Infrared 2  1280x800       Y16         @ 25/15 Hz
    Infrared 2      |          Y8          @ 30/15 Hz
    Infrared 2  1280x720       Y8          @ 30/15/5 Hz
    Infrared 2   848x480       Y8          @ 90/60/30/15/5 Hz
    Infrared 2   848x100       Y8          @ 100 Hz
    Infrared 2   640x480       Y8          @ 90/60/30/15/5 Hz
    Infrared 2   640x400       Y16         @ 25/15 Hz
    Infrared 2   640x360       Y8          @ 90/60/30/15/5 Hz
    Infrared 2   480x270       Y8          @ 90/60/30/15/5 Hz
    Infrared 2   424x240       Y8          @ 90/60/30/15/5 Hz
    Depth       1280x720       Z16         @ 30/15/5 Hz
    Depth        848x480       Z16         @ 90/60/30/15/5 Hz
    Depth        848x100       Z16         @ 100 Hz
    Depth        640x480       Z16         @ 90/60/30/15/5 Hz
    Depth        640x360       Z16         @ 90/60/30/15/5 Hz
    Depth        480x270       Z16         @ 90/60/30/15/5 Hz
    Depth        424x240       Z16         @ 90/60/30/15/5 Hz
    Depth        256x144       Z16         @ 90 Hz

Stream Profiles supported by RGB Camera
 Supported modes:
    STREAM      RESOLUTION     FORMAT      FPS
    Color       1280x800       RGB8        @ 30/15/10/5 Hz
    Color           |          RAW16       @ 30 Hz
    Color           |          Y8          @ 30/15/10/5 Hz
    Color           |          BGRA8       @ 30/15/10/5 Hz
    Color           |          RGBA8       @ 30/15/10/5 Hz
    Color           |          BGR8        @ 30/15/10/5 Hz
    Color           |          YUYV        @ 30/15/10/5 Hz
    Color       1280x720       RGB8        @ 30/15/10/5 Hz
    Color           |          Y8          @ 30/15/10/5 Hz
    Color           |          BGRA8       @ 30/15/10/5 Hz
    Color           |          RGBA8       @ 30/15/10/5 Hz
    Color           |          BGR8        @ 30/15/10/5 Hz
    Color           |          YUYV        @ 30/15/10/5 Hz
    Color        848x480       RGB8        @ 60/30/15/5 Hz
    Color           |          Y8          @ 60/30/15/5 Hz
    Color           |          BGRA8       @ 60/30/15/5 Hz
    Color           |          RGBA8       @ 60/30/15/5 Hz
    Color           |          BGR8        @ 60/30/15/5 Hz
    Color           |          YUYV        @ 60/30/15/5 Hz
    Color        640x480       RGB8        @ 60/30/15/5 Hz
    Color           |          Y8          @ 60/30/15/5 Hz
    Color           |          BGRA8       @ 60/30/15/5 Hz
    Color           |          RGBA8       @ 60/30/15/5 Hz
    Color           |          BGR8        @ 60/30/15/5 Hz
    Color           |          YUYV        @ 60/30/15/5 Hz
    Color        640x360       RGB8        @ 90/60/30/15/5 Hz
    Color           |          Y8          @ 90/60/30/15/5 Hz
    Color           |          BGRA8       @ 90/60/30/15/5 Hz
    Color           |          RGBA8       @ 90/60/30/15/5 Hz
    Color           |          BGR8        @ 90/60/30/15/5 Hz
    Color           |          YUYV        @ 90/60/30/15/5 Hz
    Color        480x270       RGB8        @ 90/60/30/15/5 Hz
    Color           |          Y8          @ 90/60/30/15/5 Hz
    Color           |          BGRA8       @ 90/60/30/15/5 Hz
    Color           |          RGBA8       @ 90/60/30/15/5 Hz
    Color           |          BGR8        @ 90/60/30/15/5 Hz
    Color           |          YUYV        @ 90/60/30/15/5 Hz
    Color        424x240       RGB8        @ 90/60/30/15/5 Hz
    Color           |          Y8          @ 90/60/30/15/5 Hz
    Color           |          BGRA8       @ 90/60/30/15/5 Hz
    Color           |          RGBA8       @ 90/60/30/15/5 Hz
    Color           |          BGR8        @ 90/60/30/15/5 Hz
    Color           |          YUYV        @ 90/60/30/15/5 Hz

Stream Profiles supported by Motion Module
 Supported modes:
    STREAM      FORMAT         FPS
    Accel       MOTION_XYZ32F  @ 200/100 Hz
    Gyro        MOTION_XYZ32F  @ 400/200 Hz

 17/11 21:56:53,327 ERROR [140035100243200] (rs.cpp:237) [rs2_get_video_stream_intrinsics( from:0x56488f696ad0, intr:[ 424x240  p[214.133 120.562]  f[217.048 217.048]  Brown Conrady [0 0 0 0 0] ] ) Not Implemented] No intrinsics are available for this stream profile!
 17/11 21:56:53,327 ERROR [140035100243200] (rs.cpp:237) [rs2_get_video_stream_intrinsics( from:0x56488f696810, intr:[ 424x240  p[214.133 120.562]  f[217.048 217.048]  Brown Conrady [0 0 0 0 0] ] ) Not Implemented] No intrinsics are available for this stream profile!
 17/11 21:56:53,328 ERROR [140035100243200] (rs.cpp:237) [rs2_get_video_stream_intrinsics( from:0x56488f6812e0, intr:[ 640x480  p[323.864 240.979]  f[393.144 393.144]  Brown Conrady [0 0 0 0 0] ] ) Not Implemented] No intrinsics are available for this stream profile!
 17/11 21:56:53,328 ERROR [140035100243200] (rs.cpp:237) [rs2_get_video_stream_intrinsics( from:0x56488f6a9fb0, intr:[ 640x480  p[323.864 240.979]  f[393.144 393.144]  Brown Conrady [0 0 0 0 0] ] ) Not Implemented] No intrinsics are available for this stream profile!
 17/11 21:56:53,328 ERROR [140035100243200] (rs.cpp:237) [rs2_get_video_stream_intrinsics( from:0x56488f696bd0, intr:[ 424x240  p[214.133 120.562]  f[217.048 217.048]  Brown Conrady [0 0 0 0 0] ] ) Not Implemented] No intrinsics are available for this stream profile!
 17/11 21:56:53,328 ERROR [140035100243200] (rs.cpp:237) [rs2_get_video_stream_intrinsics( from:0x56488f696960, intr:[ 424x240  p[214.133 120.562]  f[217.048 217.048]  Brown Conrady [0 0 0 0 0] ] ) Not Implemented] No intrinsics are available for this stream profile!
 17/11 21:56:53,328 ERROR [140035100243200] (rs.cpp:237) [rs2_get_video_stream_intrinsics( from:0x56488f681390, intr:[ 640x480  p[323.864 240.979]  f[393.144 393.144]  Brown Conrady [0 0 0 0 0] ] ) Not Implemented] No intrinsics are available for this stream profile!
 17/11 21:56:53,328 ERROR [140035100243200] (rs.cpp:237) [rs2_get_video_stream_intrinsics( from:0x56488f6aa060, intr:[ 640x480  p[323.864 240.979]  f[393.144 393.144]  Brown Conrady [0 0 0 0 0] ] ) Not Implemented] No intrinsics are available for this stream profile!
Intrinsic Parameters:

 Intrinsic of "Depth" / 256x144 / {Z16}
  Width:      	256
  Height:     	144
  PPX:        	134.440002441406
  PPY:        	73.6981201171875
  Fx:         	655.239685058594
  Fy:         	655.239685058594
  Distortion: 	Brown Conrady
  Coeffs:     	0  	0  	0  	0  	0  
  FOV (deg):  	22.1 x 12.54

 Intrinsic of "Depth" / 424x240 / {Z16}
  Width:      	424
  Height:     	240
  PPX:        	214.133255004883
  PPY:        	120.5625
  Fx:         	217.048141479492
  Fy:         	217.048141479492
  Distortion: 	Brown Conrady
  Coeffs:     	0  	0  	0  	0  	0  
  FOV (deg):  	88.65 x 57.87

 Intrinsic of "Depth" / 480x270 / {Z16}
  Width:      	480
  Height:     	270
  PPX:        	242.415008544922
  PPY:        	135.615310668945
  Fx:         	245.714874267578
  Fy:         	245.714874267578
  Distortion: 	Brown Conrady
  Coeffs:     	0  	0  	0  	0  	0  
  FOV (deg):  	88.65 x 57.57

 Intrinsic of "Depth" / 640x360 / {Z16}
  Width:      	640
  Height:     	360
  PPX:        	323.220001220703
  PPY:        	180.849060058594
  Fx:         	327.619842529297
  Fy:         	327.619842529297
  Distortion: 	Brown Conrady
  Coeffs:     	0  	0  	0  	0  	0  
  FOV (deg):  	88.65 x 57.57

 Intrinsic of "Depth" / 640x480 / {Z16}
  Width:      	640
  Height:     	480
  PPX:        	323.864013671875
  PPY:        	240.978881835938
  Fx:         	393.143798828125
  Fy:         	393.143798828125
  Distortion: 	Brown Conrady
  Coeffs:     	0  	0  	0  	0  	0  
  FOV (deg):  	78.28 x 62.8

 Intrinsic of "Depth" / 848x100 / {Z16}
  Width:      	848
  Height:     	100
  PPX:        	428.266510009766
  PPY:        	51.125
  Fx:         	434.096282958984
  Fy:         	434.096282958984
  Distortion: 	Brown Conrady
  Coeffs:     	0  	0  	0  	0  	0  
  FOV (deg):  	88.65 x 13.14

 Intrinsic of "Depth" / 848x480 / {Z16}
  Width:      	848
  Height:     	480
  PPX:        	428.266510009766
  PPY:        	241.125
  Fx:         	434.096282958984
  Fy:         	434.096282958984
  Distortion: 	Brown Conrady
  Coeffs:     	0  	0  	0  	0  	0  
  FOV (deg):  	88.65 x 57.87

 Intrinsic of "Depth" / 1280x720 / {Z16}
  Width:      	1280
  Height:     	720
  PPX:        	646.440002441406
  PPY:        	361.698120117188
  Fx:         	655.239685058594
  Fy:         	655.239685058594
  Distortion: 	Brown Conrady
  Coeffs:     	0  	0  	0  	0  	0  
  FOV (deg):  	88.65 x 57.57

 Intrinsic of "Color" / 424x240 / {YUYV/RGB8/BGR8/RGBA8/BGRA8/Y8}
  Width:      	424
  Height:     	240
  PPX:        	218.474304199219
  PPY:        	124.041870117188
  Fx:         	213.636184692383
  Fy:         	213.347045898438
  Distortion: 	Inverse Brown Conrady
  Coeffs:     	-0.0554852411150932  	0.0657553821802139  	5.25410068803467e-05  	0.000443693628767505  	-0.0214200764894485  
  FOV (deg):  	89.53 x 58.7

 Intrinsic of "Color" / 480x270 / {YUYV/RGB8/BGR8/RGBA8/BGRA8/Y8}
  Width:      	480
  Height:     	270
  PPX:        	247.329391479492
  PPY:        	139.575698852539
  Fx:         	241.852279663086
  Fy:         	241.524932861328
  Distortion: 	Inverse Brown Conrady
  Coeffs:     	-0.0554852411150932  	0.0657553821802139  	5.25410068803467e-05  	0.000443693628767505  	-0.0214200764894485  
  FOV (deg):  	89.53 x 58.39

 Intrinsic of "Color" / 640x360 / {YUYV/RGB8/BGR8/RGBA8/BGRA8/Y8}
  Width:      	640
  Height:     	360
  PPX:        	329.772521972656
  PPY:        	186.100936889648
  Fx:         	322.4697265625
  Fy:         	322.033233642578
  Distortion: 	Inverse Brown Conrady
  Coeffs:     	-0.0554852411150932  	0.0657553821802139  	5.25410068803467e-05  	0.000443693628767505  	-0.0214200764894485  
  FOV (deg):  	89.53 x 58.39

 Intrinsic of "Color" / 640x480 / {YUYV/RGB8/BGR8/RGBA8/BGRA8/Y8}
  Width:      	640
  Height:     	480
  PPX:        	331.727020263672
  PPY:        	247.321136474609
  Fx:         	386.963653564453
  Fy:         	386.439880371094
  Distortion: 	Inverse Brown Conrady
  Coeffs:     	-0.0554852411150932  	0.0657553821802139  	5.25410068803467e-05  	0.000443693628767505  	-0.0214200764894485  
  FOV (deg):  	79.14 x 63.67

 Intrinsic of "Color" / 848x480 / {YUYV/RGB8/BGR8/RGBA8/BGRA8/Y8}
  Width:      	848
  Height:     	480
  PPX:        	436.948608398438
  PPY:        	248.083740234375
  Fx:         	427.272369384766
  Fy:         	426.694091796875
  Distortion: 	Inverse Brown Conrady
  Coeffs:     	-0.0554852411150932  	0.0657553821802139  	5.25410068803467e-05  	0.000443693628767505  	-0.0214200764894485  
  FOV (deg):  	89.53 x 58.7

 Intrinsic of "Color" / 1280x720 / {YUYV/RGB8/BGR8/RGBA8/BGRA8/Y8}
  Width:      	1280
  Height:     	720
  PPX:        	659.545043945312
  PPY:        	372.201873779297
  Fx:         	644.939453125
  Fy:         	644.066467285156
  Distortion: 	Inverse Brown Conrady
  Coeffs:     	-0.0554852411150932  	0.0657553821802139  	5.25410068803467e-05  	0.000443693628767505  	-0.0214200764894485  
  FOV (deg):  	89.53 x 58.39

 Intrinsic of "Color" / 1280x800 / {YUYV/RGB8/BGR8/RGBA8/BGRA8/Y8/RAW16}
  Width:      	1280
  Height:     	800
  PPX:        	659.545043945312
  PPY:        	412.201873779297
  Fx:         	644.939453125
  Fy:         	644.066467285156
  Distortion: 	Inverse Brown Conrady
  Coeffs:     	-0.0554852411150932  	0.0657553821802139  	5.25410068803467e-05  	0.000443693628767505  	-0.0214200764894485  
  FOV (deg):  	89.53 x 63.67

 Intrinsic of "Infrared" / 424x240 / {RGB8/BGR8/RGBA8/BGRA8/UYVY}
  Width:      	424
  Height:     	240
  PPX:        	214.133255004883
  PPY:        	120.5625
  Fx:         	217.048141479492
  Fy:         	217.048141479492
  Distortion: 	Brown Conrady
  Coeffs:     	0  	0  	0  	0  	0  
  FOV (deg):  	88.65 x 57.87

 Intrinsic of "Infrared" / 480x270 / {RGB8/BGR8/RGBA8/BGRA8/UYVY}
  Width:      	480
  Height:     	270
  PPX:        	242.415008544922
  PPY:        	135.615310668945
  Fx:         	245.714874267578
  Fy:         	245.714874267578
  Distortion: 	Brown Conrady
  Coeffs:     	0  	0  	0  	0  	0  
  FOV (deg):  	88.65 x 57.57

 Intrinsic of "Infrared" / 640x360 / {RGB8/BGR8/RGBA8/BGRA8/UYVY}
  Width:      	640
  Height:     	360
  PPX:        	323.220001220703
  PPY:        	180.849060058594
  Fx:         	327.619842529297
  Fy:         	327.619842529297
  Distortion: 	Brown Conrady
  Coeffs:     	0  	0  	0  	0  	0  
  FOV (deg):  	88.65 x 57.57

 Intrinsic of "Infrared" / 640x480 / {RGB8/BGR8/RGBA8/BGRA8/UYVY}
  Width:      	640
  Height:     	480
  PPX:        	323.864013671875
  PPY:        	240.978881835938
  Fx:         	393.143798828125
  Fy:         	393.143798828125
  Distortion: 	Brown Conrady
  Coeffs:     	0  	0  	0  	0  	0  
  FOV (deg):  	78.28 x 62.8

 Intrinsic of "Infrared" / 848x100 / {RGB8/BGR8/RGBA8/BGRA8/UYVY}
  Width:      	848
  Height:     	100
  PPX:        	428.266510009766
  PPY:        	51.125
  Fx:         	434.096282958984
  Fy:         	434.096282958984
  Distortion: 	Brown Conrady
  Coeffs:     	0  	0  	0  	0  	0  
  FOV (deg):  	88.65 x 13.14

 Intrinsic of "Infrared" / 848x480 / {RGB8/BGR8/RGBA8/BGRA8/UYVY}
  Width:      	848
  Height:     	480
  PPX:        	428.266510009766
  PPY:        	241.125
  Fx:         	434.096282958984
  Fy:         	434.096282958984
  Distortion: 	Brown Conrady
  Coeffs:     	0  	0  	0  	0  	0  
  FOV (deg):  	88.65 x 57.87

 Intrinsic of "Infrared" / 1280x720 / {RGB8/BGR8/RGBA8/BGRA8/UYVY}
  Width:      	1280
  Height:     	720
  PPX:        	646.440002441406
  PPY:        	361.698120117188
  Fx:         	655.239685058594
  Fy:         	655.239685058594
  Distortion: 	Brown Conrady
  Coeffs:     	0  	0  	0  	0  	0  
  FOV (deg):  	88.65 x 57.57

 Intrinsic of "Infrared 1" / 424x240 / {Y8}
  Width:      	424
  Height:     	240
  PPX:        	214.133255004883
  PPY:        	120.5625
  Fx:         	217.048141479492
  Fy:         	217.048141479492
  Distortion: 	Brown Conrady
  Coeffs:     	0  	0  	0  	0  	0  
  FOV (deg):  	88.65 x 57.87

 Intrinsic of "Infrared 1" / 480x270 / {Y8}
  Width:      	480
  Height:     	270
  PPX:        	242.415008544922
  PPY:        	135.615310668945
  Fx:         	245.714874267578
  Fy:         	245.714874267578
  Distortion: 	Brown Conrady
  Coeffs:     	0  	0  	0  	0  	0  
  FOV (deg):  	88.65 x 57.57

 Intrinsic of "Infrared 1" / 640x360 / {Y8}
  Width:      	640
  Height:     	360
  PPX:        	323.220001220703
  PPY:        	180.849060058594
  Fx:         	327.619842529297
  Fy:         	327.619842529297
  Distortion: 	Brown Conrady
  Coeffs:     	0  	0  	0  	0  	0  
  FOV (deg):  	88.65 x 57.57

 Intrinsic of "Infrared 1" / 640x480 / {Y8}
  Width:      	640
  Height:     	480
  PPX:        	323.864013671875
  PPY:        	240.978881835938
  Fx:         	393.143798828125
  Fy:         	393.143798828125
  Distortion: 	Brown Conrady
  Coeffs:     	0  	0  	0  	0  	0  
  FOV (deg):  	78.28 x 62.8

 Intrinsic of "Infrared 1" / 848x100 / {Y8}
  Width:      	848
  Height:     	100
  PPX:        	428.266510009766
  PPY:        	51.125
  Fx:         	434.096282958984
  Fy:         	434.096282958984
  Distortion: 	Brown Conrady
  Coeffs:     	0  	0  	0  	0  	0  
  FOV (deg):  	88.65 x 13.14

 Intrinsic of "Infrared 1" / 848x480 / {Y8}
  Width:      	848
  Height:     	480
  PPX:        	428.266510009766
  PPY:        	241.125
  Fx:         	434.096282958984
  Fy:         	434.096282958984
  Distortion: 	Brown Conrady
  Coeffs:     	0  	0  	0  	0  	0  
  FOV (deg):  	88.65 x 57.87

 Intrinsic of "Infrared 1" / 1280x720 / {Y8}
  Width:      	1280
  Height:     	720
  PPX:        	646.440002441406
  PPY:        	361.698120117188
  Fx:         	655.239685058594
  Fy:         	655.239685058594
  Distortion: 	Brown Conrady
  Coeffs:     	0  	0  	0  	0  	0  
  FOV (deg):  	88.65 x 57.57

 Intrinsic of "Infrared 1" / 1280x800 / {Y8}
  Width:      	1280
  Height:     	800
  PPX:        	646.440002441406
  PPY:        	401.698120117188
  Fx:         	655.239685058594
  Fy:         	655.239685058594
  Distortion: 	Brown Conrady
  Coeffs:     	0  	0  	0  	0  	0  
  FOV (deg):  	88.65 x 62.8

 Intrinsic of "Infrared 2" / 424x240 / {Y8}
  Width:      	424
  Height:     	240
  PPX:        	214.133255004883
  PPY:        	120.5625
  Fx:         	217.048141479492
  Fy:         	217.048141479492
  Distortion: 	Brown Conrady
  Coeffs:     	0  	0  	0  	0  	0  
  FOV (deg):  	88.65 x 57.87

 Intrinsic of "Infrared 2" / 480x270 / {Y8}
  Width:      	480
  Height:     	270
  PPX:        	242.415008544922
  PPY:        	135.615310668945
  Fx:         	245.714874267578
  Fy:         	245.714874267578
  Distortion: 	Brown Conrady
  Coeffs:     	0  	0  	0  	0  	0  
  FOV (deg):  	88.65 x 57.57

 Intrinsic of "Infrared 2" / 640x360 / {Y8}
  Width:      	640
  Height:     	360
  PPX:        	323.220001220703
  PPY:        	180.849060058594
  Fx:         	327.619842529297
  Fy:         	327.619842529297
  Distortion: 	Brown Conrady
  Coeffs:     	0  	0  	0  	0  	0  
  FOV (deg):  	88.65 x 57.57

 Intrinsic of "Infrared 2" / 640x480 / {Y8}
  Width:      	640
  Height:     	480
  PPX:        	323.864013671875
  PPY:        	240.978881835938
  Fx:         	393.143798828125
  Fy:         	393.143798828125
  Distortion: 	Brown Conrady
  Coeffs:     	0  	0  	0  	0  	0  
  FOV (deg):  	78.28 x 62.8

 Intrinsic of "Infrared 2" / 848x100 / {Y8}
  Width:      	848
  Height:     	100
  PPX:        	428.266510009766
  PPY:        	51.125
  Fx:         	434.096282958984
  Fy:         	434.096282958984
  Distortion: 	Brown Conrady
  Coeffs:     	0  	0  	0  	0  	0  
  FOV (deg):  	88.65 x 13.14

 Intrinsic of "Infrared 2" / 848x480 / {Y8}
  Width:      	848
  Height:     	480
  PPX:        	428.266510009766
  PPY:        	241.125
  Fx:         	434.096282958984
  Fy:         	434.096282958984
  Distortion: 	Brown Conrady
  Coeffs:     	0  	0  	0  	0  	0  
  FOV (deg):  	88.65 x 57.87

 Intrinsic of "Infrared 2" / 1280x720 / {Y8}
  Width:      	1280
  Height:     	720
  PPX:        	646.440002441406
  PPY:        	361.698120117188
  Fx:         	655.239685058594
  Fy:         	655.239685058594
  Distortion: 	Brown Conrady
  Coeffs:     	0  	0  	0  	0  	0  
  FOV (deg):  	88.65 x 57.57

 Intrinsic of "Infrared 2" / 1280x800 / {Y8}
  Width:      	1280
  Height:     	800
  PPX:        	646.440002441406
  PPY:        	401.698120117188
  Fx:         	655.239685058594
  Fy:         	655.239685058594
  Distortion: 	Brown Conrady
  Coeffs:     	0  	0  	0  	0  	0  
  FOV (deg):  	88.65 x 62.8

Motion Intrinsic Parameters:

Motion Intrinsic of "Gyro"	  MOTION_XYZ32F
Bias Variances: 	0.000000000000000  0.000000000000000  0.000000000000000  
Noise Variances: 	0.000000000000000  0.000000000000000  0.000000000000000  
Sensitivity : 
     1.000000       0.000000       0.000000       0.000000  
     0.000000       1.000000       0.000000       0.000000  
     0.000000       0.000000       1.000000       0.000000  


Motion Intrinsic of "Accel"	  MOTION_XYZ32F
Bias Variances: 	0.000000000000000  0.000000000000000  0.000000000000000  
Noise Variances: 	0.000000000000000  0.000000000000000  0.000000000000000  
Sensitivity : 
     1.000000       0.000000       0.000000       0.000000  
     0.000000       1.000000       0.000000       0.000000  
     0.000000       0.000000       1.000000       0.000000  



Extrinsic Parameters:
Extrinsic from "Depth"	  To	  "Depth" :
 Rotation Matrix:
   1   0   0
   0   1   0
   0   0   1

 Translation Vector: 0  0  0  

Extrinsic from "Depth"	  To	  "Color" :
 Rotation Matrix:
   1   3.74204e-05      0.000886596   
  -3.71193e-05      1  -0.000339585   
  -0.000886608      0.000339552      1

 Translation Vector: -0.0592418983578682  -3.182674117852e-05  0.000426311016781256  

Extrinsic from "Depth"	  To	  "Infrared" :
 Rotation Matrix:
   1   0   0
   0   1   0
   0   0   1

 Translation Vector: 0  0  0  

Extrinsic from "Depth"	  To	  "Infrared 1" :
 Rotation Matrix:
   1   0   0
   0   1   0
   0   0   1

 Translation Vector: 0  0  0  

Extrinsic from "Depth"	  To	  "Infrared 2" :
 Rotation Matrix:
   1   0   0
   0   1   0
   0   0   1

 Translation Vector: -0.0950622856616974  0  0  

Extrinsic from "Depth"	  To	  "Gyro" :
 Rotation Matrix:
   1   0   0
   0   1   0
   0   0   1

 Translation Vector: -0.0302200000733137  0.00740000000223517  0.0160199999809265  

Extrinsic from "Depth"	  To	  "Accel" :
 Rotation Matrix:
   1   0   0
   0   1   0
   0   0   1

 Translation Vector: -0.0302200000733137  0.00740000000223517  0.0160199999809265  

Extrinsic from "Color"	  To	  "Depth" :
 Rotation Matrix:
   1  -3.71193e-05     -0.000886608   
   3.74204e-05      1   0.000339552   
   0.000886596     -0.000339585      1

 Translation Vector: 0.0592422559857368  3.38988429575693e-05  -0.000373798015061766  

Extrinsic from "Color"	  To	  "Color" :
 Rotation Matrix:
   1   0   0
   0   1   0
   0   0   1

 Translation Vector: 0  0  0  

Extrinsic from "Color"	  To	  "Infrared" :
 Rotation Matrix:
   1  -3.71193e-05     -0.000886608   
   3.74204e-05      1   0.000339552   
   0.000886596     -0.000339585      1

 Translation Vector: 0.0592422559857368  3.38988429575693e-05  -0.000373798015061766  

Extrinsic from "Color"	  To	  "Infrared 1" :
 Rotation Matrix:
   1  -3.71193e-05     -0.000886608   
   3.74204e-05      1   0.000339552   
   0.000886596     -0.000339585      1

 Translation Vector: 0.0592422559857368  3.38988429575693e-05  -0.000373798015061766  

Extrinsic from "Color"	  To	  "Infrared 2" :
 Rotation Matrix:
   1  -3.71193e-05     -0.000886608   
   3.74204e-05      1   0.000339552   
   0.000886596     -0.000339585      1

 Translation Vector: -0.0358200296759605  3.38988429575693e-05  -0.000373798015061766  

Extrinsic from "Color"	  To	  "Gyro" :
 Rotation Matrix:
   1  -3.71193e-05     -0.000886608   
   3.74204e-05      1   0.000339552   
   0.000886596     -0.000339585      1

 Translation Vector: 0.0290222559124231  0.00743389874696732  0.0156462024897337  

Extrinsic from "Color"	  To	  "Accel" :
 Rotation Matrix:
   1  -3.71193e-05     -0.000886608   
   3.74204e-05      1   0.000339552   
   0.000886596     -0.000339585      1

 Translation Vector: 0.0290222559124231  0.00743389874696732  0.0156462024897337  

Extrinsic from "Infrared"	  To	  "Depth" :
 Rotation Matrix:
   1   0   0
   0   1   0
   0   0   1

 Translation Vector: 0  0  0  

Extrinsic from "Infrared"	  To	  "Color" :
 Rotation Matrix:
   1   3.74204e-05      0.000886596   
  -3.71193e-05      1  -0.000339585   
  -0.000886608      0.000339552      1

 Translation Vector: -0.0592418983578682  -3.182674117852e-05  0.000426311016781256  

Extrinsic from "Infrared"	  To	  "Infrared" :
 Rotation Matrix:
   1   0   0
   0   1   0
   0   0   1

 Translation Vector: 0  0  0  

Extrinsic from "Infrared"	  To	  "Infrared 1" :
 Rotation Matrix:
   1   0   0
   0   1   0
   0   0   1

 Translation Vector: 0  0  0  

Extrinsic from "Infrared"	  To	  "Infrared 2" :
 Rotation Matrix:
   1   0   0
   0   1   0
   0   0   1

 Translation Vector: -0.0950622856616974  0  0  

Extrinsic from "Infrared"	  To	  "Gyro" :
 Rotation Matrix:
   1   0   0
   0   1   0
   0   0   1

 Translation Vector: -0.0302200000733137  0.00740000000223517  0.0160199999809265  

Extrinsic from "Infrared"	  To	  "Accel" :
 Rotation Matrix:
   1   0   0
   0   1   0
   0   0   1

 Translation Vector: -0.0302200000733137  0.00740000000223517  0.0160199999809265  

Extrinsic from "Infrared 1"	  To	  "Depth" :
 Rotation Matrix:
   1   0   0
   0   1   0
   0   0   1

 Translation Vector: 0  0  0  

Extrinsic from "Infrared 1"	  To	  "Color" :
 Rotation Matrix:
   1   3.74204e-05      0.000886596   
  -3.71193e-05      1  -0.000339585   
  -0.000886608      0.000339552      1

 Translation Vector: -0.0592418983578682  -3.182674117852e-05  0.000426311016781256  

Extrinsic from "Infrared 1"	  To	  "Infrared" :
 Rotation Matrix:
   1   0   0
   0   1   0
   0   0   1

 Translation Vector: 0  0  0  

Extrinsic from "Infrared 1"	  To	  "Infrared 1" :
 Rotation Matrix:
   1   0   0
   0   1   0
   0   0   1

 Translation Vector: 0  0  0  

Extrinsic from "Infrared 1"	  To	  "Infrared 2" :
 Rotation Matrix:
   1   0   0
   0   1   0
   0   0   1

 Translation Vector: -0.0950622856616974  0  0  

Extrinsic from "Infrared 1"	  To	  "Gyro" :
 Rotation Matrix:
   1   0   0
   0   1   0
   0   0   1

 Translation Vector: -0.0302200000733137  0.00740000000223517  0.0160199999809265  

Extrinsic from "Infrared 1"	  To	  "Accel" :
 Rotation Matrix:
   1   0   0
   0   1   0
   0   0   1

 Translation Vector: -0.0302200000733137  0.00740000000223517  0.0160199999809265  

Extrinsic from "Infrared 2"	  To	  "Depth" :
 Rotation Matrix:
   1   0   0
   0   1   0
   0   0   1

 Translation Vector: 0.0950622856616974  0  0  

Extrinsic from "Infrared 2"	  To	  "Color" :
 Rotation Matrix:
   1   3.74204e-05      0.000886596   
  -3.71193e-05      1  -0.000339585   
  -0.000886608      0.000339552      1

 Translation Vector: 0.0358203500509262  -3.5355391446501e-05  0.000342027982696891  

Extrinsic from "Infrared 2"	  To	  "Infrared" :
 Rotation Matrix:
   1   0   0
   0   1   0
   0   0   1

 Translation Vector: 0.0950622856616974  0  0  

Extrinsic from "Infrared 2"	  To	  "Infrared 1" :
 Rotation Matrix:
   1   0   0
   0   1   0
   0   0   1

 Translation Vector: 0.0950622856616974  0  0  

Extrinsic from "Infrared 2"	  To	  "Infrared 2" :
 Rotation Matrix:
   1   0   0
   0   1   0
   0   0   1

 Translation Vector: 0  0  0  

Extrinsic from "Infrared 2"	  To	  "Gyro" :
 Rotation Matrix:
   1   0   0
   0   1   0
   0   0   1

 Translation Vector: 0.0648422837257385  0.00740000000223517  0.0160199999809265  

Extrinsic from "Infrared 2"	  To	  "Accel" :
 Rotation Matrix:
   1   0   0
   0   1   0
   0   0   1

 Translation Vector: 0.0648422837257385  0.00740000000223517  0.0160199999809265  

Extrinsic from "Gyro"	  To	  "Depth" :
 Rotation Matrix:
   1   0   0
   0   1   0
   0   0   1

 Translation Vector: 0.0302200000733137  -0.00740000000223517  -0.0160199999809265  

Extrinsic from "Gyro"	  To	  "Color" :
 Rotation Matrix:
   1   3.74204e-05      0.000886596   
  -3.71193e-05      1  -0.000339585   
  -0.000886608      0.000339552      1

 Translation Vector: -0.0290363915264606  -0.00742750754579902  -0.0156229883432388  

Extrinsic from "Gyro"	  To	  "Infrared" :
 Rotation Matrix:
   1   0   0
   0   1   0
   0   0   1

 Translation Vector: 0.0302200000733137  -0.00740000000223517  -0.0160199999809265  

Extrinsic from "Gyro"	  To	  "Infrared 1" :
 Rotation Matrix:
   1   0   0
   0   1   0
   0   0   1

 Translation Vector: 0.0302200000733137  -0.00740000000223517  -0.0160199999809265  

Extrinsic from "Gyro"	  To	  "Infrared 2" :
 Rotation Matrix:
   1   0   0
   0   1   0
   0   0   1

 Translation Vector: -0.0648422837257385  -0.00740000000223517  -0.0160199999809265  

Extrinsic from "Gyro"	  To	  "Gyro" :
 Rotation Matrix:
   1   0   0
   0   1   0
   0   0   1

 Translation Vector: 0  0  0  

Extrinsic from "Gyro"	  To	  "Accel" :
 Rotation Matrix:
   1   0   0
   0   1   0
   0   0   1

 Translation Vector: 0  0  0  

Extrinsic from "Accel"	  To	  "Depth" :
 Rotation Matrix:
   1   0   0
   0   1   0
   0   0   1

 Translation Vector: 0.0302200000733137  -0.00740000000223517  -0.0160199999809265  

Extrinsic from "Accel"	  To	  "Color" :
 Rotation Matrix:
   1   3.74204e-05      0.000886596   
  -3.71193e-05      1  -0.000339585   
  -0.000886608      0.000339552      1

 Translation Vector: -0.0290363915264606  -0.00742750754579902  -0.0156229883432388  

Extrinsic from "Accel"	  To	  "Infrared" :
 Rotation Matrix:
   1   0   0
   0   1   0
   0   0   1

 Translation Vector: 0.0302200000733137  -0.00740000000223517  -0.0160199999809265  

Extrinsic from "Accel"	  To	  "Infrared 1" :
 Rotation Matrix:
   1   0   0
   0   1   0
   0   0   1

 Translation Vector: 0.0302200000733137  -0.00740000000223517  -0.0160199999809265  

Extrinsic from "Accel"	  To	  "Infrared 2" :
 Rotation Matrix:
   1   0   0
   0   1   0
   0   0   1

 Translation Vector: -0.0648422837257385  -0.00740000000223517  -0.0160199999809265  

Extrinsic from "Accel"	  To	  "Gyro" :
 Rotation Matrix:
   1   0   0
   0   1   0
   0   0   1

 Translation Vector: 0  0  0  

Extrinsic from "Accel"	  To	  "Accel" :
 Rotation Matrix:
   1   0   0
   0   1   0
   0   0   1

 Translation Vector: 0  0  0  

2、自己标定,比较麻烦

请参考如下方法:
D435i标定摄像头和IMU笔记一到四

标签:D435,Hz,15,Intel,Color,30,Infrared,60,IMU
From: https://blog.csdn.net/qq_50719698/article/details/143847567

相关文章

  • 【IntelliJ Idea 软件下载与入门级安装教程】
    IntelliJIDEA2024是一款功能强大的、智能的、且专为Java编程领域者所量身打造的专业的JAVAIDE编程工具程序应用,也是java语言开发的集成环境,在业界被公认为最好的java开发工具之一。并且IntelliJIDEA软件整体界面简洁友好、功能界面一目了然,不仅集JavaDoc预览支持、智能代码、......
  • 寻找最优解的算法-模拟退火算法(Simulated Annealing)
    模拟退火算法(SimulatedAnnealing,简称SA)是一种基于物理退火过程的优化算法。它灵感来源于金属退火过程中的分子运动——在高温下,金属分子的自由度很高,随着温度的逐渐降低,分子排列逐渐有序,最终达到最低能量状态。退火算法通过模拟这一过程,解决复杂的优化问题。在现实生活中......
  • 手把手教你学simulink(14.2)--Simulink 生理系统建模场景:糖尿病患者血糖水平动态监测和
    目录项目名称:心脏生理模型的建模与仿真项目背景系统架构功能模块关键技术实现步骤示例代码结论Simulink是一个非常强大的仿真工具,广泛用于各种领域的系统建模和仿真,包括生理系统建模。以下是一个详细的项目实例,展示如何使用Simulink进行生理系统的建模和仿真。......
  • 零基础入门Hadoop:IntelliJ IDEA远程连接服务器中Hadoop运行WordCount
    今天我们来聊一聊大数据,作为一个Hadoop的新手,我也并不敢深入探讨复杂的底层原理。因此,这篇文章的重点更多是从实际操作和入门实践的角度出发,带领大家一起了解大数据应用的基本过程。我们将通过一个经典的案例——WordCounter,来帮助大家入门。简单来说,这个案例的目标是从一个文本文......
  • 手把手教你学simulink(15.2)--Simulink 动画控制场景:实现一个基于Simulink的3D角色动画
    目录项目概述项目背景项目目标系统架构系统建模模型设计输入模块控制模块动画模块显示模块模型搭建仿真和结果分析项目总结使用Simulink在动画控制场景下的另一个项目实例详细介绍。这个项目将重点放在使用Simulink设计和仿真一个3D角色动画控制系统,该系统能够......
  • Intellij IDEA如何设置中文版?安装中文汉化包插件?失败问题解决!
    前言大家好,我是小徐啊。IntellijIDEA默认是英文的操作界面,因为是外国人开发的嘛~对于英文好一点的同学来说,英文就英文吧,但对于英文比较差的同学,就还是希望能够汉化一下,变成熟悉的中文。今天小徐就来介绍下如何在IDEA中安装汉化插件,以及在这过程中,我遇到的奇怪问题,以及最后如何......
  • CSC3050 RISC-V Simulator with RVV
    CSC3050Project3:RISC-VSimulatorwithRVV1BackgroundRISC-V,anopenstandardinstructionsetarchitecture(ISA),hasrapidlybecomeapivotalforceinacademicresearchandindustrialdevelopmentduetoitsflexibilityandopen-sourcenature.Unlike......
  • [LeetCode] 2064. Minimized Maximum of Products Distributed to Any Store
    Youaregivenanintegernindicatingtherearenspecialtyretailstores.Therearemproducttypesofvaryingamounts,whicharegivenasa0-indexedintegerarrayquantities,wherequantities[i]representsthenumberofproductsoftheithproducttype......
  • LeetCode 3341. Find Minimum Time to Reach Last Room I
    原题链接在这里:https://leetcode.com/problems/find-minimum-time-to-reach-last-room-i/description/题目:Thereisadungeonwith nxm roomsarrangedasagrid.Youaregivena2Darray moveTime ofsize nxm,where moveTime[i][j] representsthe minimum ......
  • 基于模糊PID控制器的的无刷直流电机速度控制simulink建模与仿真
    1.课题概述      基于模糊PID控制器的的无刷直流电机速度控制simulink建模与仿真。基于模糊PID控制器的无刷直流电机(BrushlessDirectCurrentMotor,BLDCM)速度控制系统是一种融合了传统PID控制与模糊逻辑控制优势的智能控制策略,旨在提高BLDCM速度控制的动态响应、抗干扰......