Git Product home page Git Product logo

Comments (6)

PercAmitMoran avatar PercAmitMoran commented on July 20, 2024

Hi @NCharabaruk ,

The current ROS node publishes the TF transform between the two cameras. You can also find that transform in the camera_info message.
The calibration data is burned in the cameras themselves at the factory. We simply publish it in the ROS standards.

you can try running this node to see the registration:

<node pkg="nodelet" type="nodelet" name="depth_register"
    args="load depth_image_proc/register standalone_nodelet ">

    <remap from="depth/camera_info" to="/camera/depth/camera_info"/>
    <remap from="depth/image_rect" to="/camera/depth/image_raw"/>
    <remap from="rgb/camera_info" to="/camera/color/camera_info"/>

</node>

from here: http://wiki.ros.org/depth_image_proc

Hope that helps.

Amit

from realsense-ros.

reaganlo avatar reaganlo commented on July 20, 2024

@NCharabaruk Does this answer your question?

from realsense-ros.

NCharabaruk avatar NCharabaruk commented on July 20, 2024

@reaganlo Somewhat. I'm using an F200 which is currently unsupported by this package, but is supported by another one that doesn't pull out the factory calibration parameters. In fact, I didn't even know that they were in there. I was able to find them by modifying this package to run on the F200, only to pull out the calibration params though.

from realsense-ros.

Isabelp avatar Isabelp commented on July 20, 2024

Hi,
I am wondering if there is a way to calibrate the F200. I have tried with the same process used to calibrate the Kinect (http://wiki.ros.org/openni_launch/Tutorials/IntrinsicCalibration) but the service set_camera_info doesn't exist and the window to calibrate the ir sensor doesn't work at all.

Thanks

from realsense-ros.

mdhorn avatar mdhorn commented on July 20, 2024

Calibration of the RealSense camera is only supported via the Windows RealSense SDK.
https://software.intel.com/en-us/intel-realsense-sdk/

from realsense-ros.

Isabelp avatar Isabelp commented on July 20, 2024

Hi,

thanks for the fast answer.

In the sdk I have found the camera calibration for better tracking accuracy in the object tracking folder, which I could use directly from the Metaio toolbox (https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/doc_ot_the_metaio_toolbox.html). I have also found a way to set the depth values depending on the application (https://software.intel.com/en-us/articles/intel-realsense-sdk-code-samples ). However, I am sorry if I am skipping something very obvious but there is not available a general camera calibration?

Thanks

from realsense-ros.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.