-
Notifications
You must be signed in to change notification settings - Fork 232
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
Updated calibrate.py
#849
Conversation
* Optimization and trace levels introduced WIP * tweaked parameters and updated tracelevel
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. |
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]>
No description provided.