Skip to content

kalibr_camera_focus issue #247

Closed
Closed
@AntaresZhang

Description

@AntaresZhang

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions