You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As @Luxonis-Brandon mentioned EEPROM is big enough to store it I’m sure. So, if possible we should add the following information:
distortion coefficients of left/right/RGB
left intrinsic
right intrinsic
RGB intrinsic
Assuming right camera as the reference frame. extrinsic to left and RGB camera or from right to left and RGB.
Returning the above information using API helps the users in simulating and working with their own experiments without the necessity of calibrating again and storing this information on the host.
The How:
Currently, we are writing only Homography matrix to the EEPROM. So, we just need to load this additional information and provide a function to return it. See more information from here on saving some of these.
The What:
This feature might help in converting the to point cloud externally, use different filtering, feature extraction techniques may be which are not available inside myriad X currently.
The text was updated successfully, but these errors were encountered:
Thanks. @saching13 is actually looking into this. To save these in EEPROM and make them requestable easily through the API for such purposes.
saching13
changed the title
save the camera's lens distortion coefficients during calibration
Save the distortion coefficients, camera intrinsic and extrinsic parameters in to EEPROM
Aug 19, 2020
Start with the
Why
:As @Luxonis-Brandon mentioned EEPROM is big enough to store it I’m sure. So, if possible we should add the following information:
Returning the above information using API helps the users in simulating and working with their own experiments without the necessity of calibrating again and storing this information on the host.
The
How
:Currently, we are writing only Homography matrix to the EEPROM. So, we just need to load this additional information and provide a function to return it. See more information from here on saving some of these.
The
What
:This feature might help in converting the to point cloud externally, use different filtering, feature extraction techniques may be which are not available inside myriad X currently.
The text was updated successfully, but these errors were encountered: