Skip to content
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

CameraInfo #37

Open
carlosmccosta opened this issue Oct 21, 2019 · 0 comments
Open

CameraInfo #37

carlosmccosta opened this issue Oct 21, 2019 · 0 comments

Comments

@carlosmccosta
Copy link
Contributor

carlosmccosta commented Oct 21, 2019

Most if not all of ROS nodes that perform computer vision on images require the intrinsic parameters of the camera (for example, for performing the extrinsic calibration of PhotoNeo on a robot arm, using the charuco_detector and easy_handeye).
In ROS, this is usually done using CameraInfo.

I have already implement this feature in my fork.
Please take a look at this commit:
carlosmccosta@6738ce7
And consider adding this feature to the phoxi_camera driver.

Also, it would be ideal if the intrinsic parameters were retrieved directly from the sensor, instead of using a yaml file.
I normally use the application provided here to retrieve them, but it should be improved for retrieving the parameters with more floating point decimal places.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant