Items with no label
3335 Discussions

D435 FOV (color VS depth)

SJung11
New Contributor I
2,901 Views

Hi, I'm suho

I ordered a RealSense D435 and am waiting for delivery.

I have a question.

I read a Spec of D415/D435

The color FOV of D415 and the depth FOV of D415 and the color Fov of D435 are the same.

but I would like to use the D435 wide FOV on the color camera, is it possible??

(*wide Fov is 65.5 x 91.2 x 100.6º)

and I would like to calibrate color frame and depth frame.

Q1. can i use the D435 wide FOV on the color camera?

Q2. can i calibrate color frame and depth frame (in wide FOV state)

0 Kudos
1 Solution
MartyG
Honored Contributor III
1,124 Views

The full specification details of the D415 and D435 cameras can be found in their data sheet document.

https://www.mouser.com/pdfdocs/Intel_D400_Series_Datasheet.pdf https://www.mouser.com/pdfdocs/Intel_D400_Series_Datasheet.pdf

Looking over the sheet, it seems that the wide mode is limited to the infrared sensor and stereo sensors, and that the RGB sensor does not have a wide field.

Calibration of the 400 Series cameras can be performed with a calibrator tool.

View solution in original post

0 Kudos
2 Replies
MartyG
Honored Contributor III
1,125 Views

The full specification details of the D415 and D435 cameras can be found in their data sheet document.

https://www.mouser.com/pdfdocs/Intel_D400_Series_Datasheet.pdf https://www.mouser.com/pdfdocs/Intel_D400_Series_Datasheet.pdf

Looking over the sheet, it seems that the wide mode is limited to the infrared sensor and stereo sensors, and that the RGB sensor does not have a wide field.

Calibration of the 400 Series cameras can be performed with a calibrator tool.

0 Kudos
PSnip
New Contributor II
1,124 Views

Hi Suho,

To add to what Marty already posted

(1) Regarding FOV

(a) Color FOV of D415, and Color FOV of D435 is identical: Diagonal 77.

(b) Depth FOV of D415 is Diagonal 70 [IR cameras have FOV 77, but while aligning images from 2 IR sensors for computing Depth some areas are probably cropped].

(c) Depth FOV of D435 is Diagonal 90 [IR camera have FOV 100.6, but again cropping while computing depth]

Above are the max FOV numbers. So on D435 you can get Depth FOV less than FOV but not higher.

Similarly for D435 RGB camera, max FOV is 77, you can't get beyond that.

(2) What kind of calibration are you looking for? Note that librealsense already has calibration data, and you should be able to use it via realsense APIs. You can obtain

(a) Intrinsic calibration matrices for each camera

(b) extrinsic calibration from one sensor frame to another sensor frame

This link has some good details regarding camera calibration

https://github.com/IntelRealSense/librealsense/wiki/Projection-in-RealSense-SDK-2.0 Projection in RealSense SDK 2.0 · IntelRealSense/librealsense Wiki · GitHub

Reply