-
Notifications
You must be signed in to change notification settings - Fork 251
Updated calibrate.py
#849
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
Updated calibrate.py
#849
Conversation
* Optimization and trace levels introduced WIP * tweaked parameters and updated tracelevel
themarpe
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test with OAK-D Lite and move resources/boards to reference the depthai-boards as submodule
* Added a check to detect if there were no markers found on the undistored image * Added an error if no markers are found in more than 2 images
|
Can we merge this? @njezersek @saching13 |
|
#843 |
|
OAK-D-LITE has very different focus distance [m] to lens position mapping than other cameras. Therefore I changed the default lens position for OAK-D-LITE to 25 (based on trying several different values and comparing the results). Default lens position for other cameras is still 135. |
themarpe
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
* Further OAK-D-LR modifications * Added fixed exposure and wb * Further LR improvements, mainly synchronization related * Fixed some issues and tweaked streaming for LR a bit * Modified default queue depth to 4 * Added missing scipy dependency * Fixed HFOV for OAK-D-LR * Fix misplaced parameters for MessageSync * Exposed 'flashing' stage/mode to be separate from 'process' * Varius bug fixes * Fix missing dest_path, fix AR0234 mono resolution * Set ISP scale for AR0234 --------- Co-authored-by: Martin Peterlin <[email protected]> Co-authored-by: Matevz Morato <[email protected]> Co-authored-by: TheMarpe <[email protected]>
|
Hello! The current script calibrate.py still shows lens position as 135. I am trying to calibrate OAK-D-Lite but images are blurry with 135. I wanted to know what should be exact and correct value @njezersek @saching13 |
|
CC: @MaticTonin ^ |
|
Thanks @MaticTonin, I am wondering why the images are blur if the focus range is set to >60. Is it the limitation of OAK- D-Lite? @themarpe |
|
@engrmusawarali71 - the range can vary between devices. Certain devices have image in focus at certain ranges of lensPositions and other at different. |
|
@themarpe Thank you, I was wondering if something is wrong with the device or there is some fault. |
No description provided.