Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minimal distance depth view #96

Open
L1gHtFox opened this issue Nov 20, 2024 · 2 comments
Open

Minimal distance depth view #96

L1gHtFox opened this issue Nov 20, 2024 · 2 comments

Comments

@L1gHtFox
Copy link

Hi, I'm using gemini e. I need to make a fully sealed housing for this camera, but as soon as I put plexiglass/polycorbanate/acrylic glass on the camera the camera stops working (no depth image). My assumption is that the problem is in the rangefinder, which shows the distance 0. How can I disable this setting? I am using python wrapper.

@YeWenxuan64
Copy link

Some depth cameras rely on infrared structured light to assist in measuring depth, but some plastics or glass do not seem to allow infrared light to pass through well. (Maybe that's why they launched a new product with waterproofing)

@zhonghong322
Copy link
Contributor

Hi, I'm using gemini e. I need to make a fully sealed housing for this camera, but as soon as I put plexiglass/polycorbanate/acrylic glass on the camera the camera stops working (no depth image). My assumption is that the problem is in the rangefinder, which shows the distance 0. How can I disable this setting? I am using python wrapper.

This usage is not recommended. Our device already has a lens, and adding an additional layer of glass for encapsulation will affect the reflection and reception of the laser, thereby impacting the quality of the depth data. The reason you are getting a depth value of 0 could be that the laser protection mechanism has been triggered.

You can invoke this command to disable LDP, but we do not recommend doing so.

from pyorbbecsdk import *
pipeline = Pipeline()
device = pipeline.get_device()
#True:turn on LDP,False:turn off LDP
device.set_bool_property(OBPropertyID.OB_PROP_LDP_BOOL, False)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants