-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
T265 distortion matrix #3497
Comments
@abylikhsanov camera intrinsics for T265 are not yet exposed in librealsense, but it is being worked on. If you follow the progress of #3541, you will know as soon as it is ready. Note that since T265 has a very wide field of view, undistorting the image in OpenCV may result in a very large output image which may crash your machine. The json file you mention in the ROS wrapper is in fact extrinsic calibration for adding wheel odometry. You can find more information about it in this PR #3462 but this will eventually be replaced with something easier to use. |
Hi @abylikhsanov, intrinsics and extrinsics are now exposed in librealsense https://github.com/IntelRealSense/librealsense/tree/master/examples/ar-basic Can I close this issue? |
Hi,
Cheers! Yes we can close it.
On Wed, 10 Apr 2019 at 11:16, Brian Fulkerson ***@***.***> wrote:
Hi @abylikhsanov <https://github.com/abylikhsanov>, intrinsics and
extrinsics are now exposed in librealsense 2.20.0, you can see an example
using both to render a virtual object in the fisheye frame here:
https://github.com/IntelRealSense/librealsense/tree/master/examples/ar-basic
Can I close this issue?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3497 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AM-l_b_v20-gDS8TWYTcm9JSldpYbQyBks5vfavTgaJpZM4b02g7>
.
--
Kind regards
Abyl
|
Has anybody calibrated T265 camera? I have tried several times and got this result:
The FoV is being reduced though. But the problem is when I try to run the OpenCV image rectification with those values, the process dies.
Also, I have noticed that the t265 launch file has an argument called "json_file", what is the purpose of it? I am guessing the JSON file for the calibration? If yes, can we have some example of it?
As T265 has 2 cameras, calibration parameters will differ in the projection matrix...
The text was updated successfully, but these errors were encountered: