Items with no label
3338 Discussions

How to change d435's focal length

ZLiu20
Débutant
2 772 Visites

I'm trying to use d435 to build a barcode scanner. However, the FOV is too big to detect things close to the camera. I suppose it is focal length's reason. How can I change it when launching the camera? Btw, I'm working on ROS.

0 Compliments
1 Solution
MartyG
Contributeur émérite III
1 354 Visites

The recommended approach would be to use a function called Disparity Shift to reduce the minimum distance, or MinZ, of the camera so it can better analyze objects at very close range.

If you go to the first link listed in the page below, pages 15 and 16 of the camera tuning guide at this link describe how Disparity Shift affects the camera's vision over distance.

Alternatively, just reducing depth resolution will also reduce MinZ.

The post below on depth scale may also be of use.

Voir la solution dans l'envoi d'origine

0 Compliments
3 Réponses
MartyG
Contributeur émérite III
1 355 Visites

The recommended approach would be to use a function called Disparity Shift to reduce the minimum distance, or MinZ, of the camera so it can better analyze objects at very close range.

If you go to the first link listed in the page below, pages 15 and 16 of the camera tuning guide at this link describe how Disparity Shift affects the camera's vision over distance.

Alternatively, just reducing depth resolution will also reduce MinZ.

The post below on depth scale may also be of use.

0 Compliments
ZLiu20
Débutant
1 354 Visites

Cuz I want to use the RGB image. the Minz have the effect on it?

0 Compliments
MartyG
Contributeur émérite III
1 354 Visites

MinZ and MaxZ primarily affect depth analysis.

If you need to focus the camera's attention on a certain area of the image instead of everything in the FOV, defining a Region of Interest (where the camera averages the intensity of the pixels in a defined area) may be worth investigating. Page 10 of the tuning guide talks about it.

0 Compliments
Répondre