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

kalibr_camera_focus issue #247

Closed
AntaresZhang opened this issue Dec 10, 2018 · 2 comments
Closed

kalibr_camera_focus issue #247

AntaresZhang opened this issue Dec 10, 2018 · 2 comments
Labels
bug Something isn't working

Comments

@AntaresZhang
Copy link

Using ROS Kinetic on Ubuntu 16.04
Seems like the cv module is no longer used?
i removed
"import cv"
and changed the line
"cv.DestroyAllWindows()" to "cv2.destroyAllWindows()" and it worked fine
i also had to remove the line
"cv2.namedWindow(self.windowNameOrig, 2)"
because other wise the cv window crashes on start up.
after these changes the script worked fine.

@youkely
Copy link

youkely commented Jun 14, 2019

Works for me as well in Ubuntu 18.04 ROS melodic.

@kieranstrobel
Copy link

kieranstrobel commented Jun 28, 2019

I love you @AntaresZhang, thank you for the help

nkhedekar added a commit to nkhedekar/kalibr that referenced this issue Sep 27, 2019
@goldbattle goldbattle added the bug Something isn't working label Apr 22, 2022
goldbattle pushed a commit that referenced this issue May 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants