-
Notifications
You must be signed in to change notification settings - Fork 196
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
Due to the inability of the lens to focus,oak-d-lite can be calibrated. #1055
Comments
Hi @fjz0911fang123 , |
Hi @Erol444 ,thank you very much for your attention to my question.The following is the log output by the console,when I run 'python3 calibrate.py -s 2.47 --board OAK-D-LITE -nx 15 -ny 8' Cam: rgb and focus: True |
@fjz0911fang123 could you send over the |
I am facing same problem |
Hi @engrmusawarali71 , please fill out https://www.luxonis.com/rma and attach some images of this, and we can replace your product. We apologize for the inconvenience. |
Thanks @Erol444 my problem is that when ever I used manual focus within the range 0-50 the images are fine but when I change the focus to higher values images are blurry. Secondly, I can not execute calibrate.py even with fixed focus. I would be thankful if you guide me in detailed way. |
@engrmusawarali71 is this for color camera (AF)? What value did you set it to? Image will be out of focus (blurry) if the lens isn't correctly set (eg. if you input just a random number to manual focus). |
Thank you @Erol444 This is for color camera, in fact. This works only for focus range 0-60, all other values provide blurry images. 25 works for fine for me. |
@engrmusawarali71 if you run eg. depthai-viewer, the AF mode won't focus further than eg. 1 meter? I am not sure what value correspond to what focus range, as it's usually unique to sesors/lenses. |
@Erol444 Autofocus is perfect. I am facing problems with manual focus. Since the calibration.py sets manual focus and default value is 135. Since my camera give blurry results with 135, I was wondering if my camera has some fault. Thanks. |
@engrmusawarali71 ah i see. no, it doesn't have, 135 is value useful for IMX378, not IMX214 sensor (which you have). I'd suggest running this script: |
Thank you @Erol444 . You are very kind and gentle. I would be happy if calibrate.py script is updated to accommodate the OAK-D-LITE camera, this shall minimize the queries over to you.!! |
Dear @Erol444 you have been very kind, I want to ask one question for calibration do we need to turn off auto exposure and auto white balance? |
@MaticTonin ^ wrt manual focus, could we also measure what value should be set for imx214, and check whether it's imx214 to apply that value instead of @engrmusawarali71 no, AWB and AE should be enabled. AF is disabled because of "lens breathing", and that can cause sensor to be out of focus exactly when it's capturing images. |
@Erol444 Thank you so much for your response. Since I am trying to collect the dataset for Neural Radiance Fields, that why I was concerned about AWB and AE. Thanks for considering my views on manual focus setting. |
Hi there, I was using depthai python to calibrate the Oak-d-lite camera and found that the RGB lens couldn't focus. The calibration program cannot be executed. But starting the camera alone, all lenses focus well.
Could you help me take a look at this issue? Thank you very much!
The text was updated successfully, but these errors were encountered: