-
Notifications
You must be signed in to change notification settings - Fork 210
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
DSO_ROS Black screen - is laptop webcam supported? #20
Comments
I am using Mono set.. |
I have the same problem ,when I run :dso_ros dso_live image:=/usb/cam/image_raw calib=/home/zhao/camera.txt mode=1; Rectified Kamera Matrix: NO PHOTOMETRIC Calibration! do you solve your problem? could you help me ? |
I got the almost identical problem, could anyone help plz rosrun dso_ros dso_live image:=/camera_node/image_raw calib=~/catkin_ws/src/dso_ros/camera.txt mode=1 Rectified Kamera Matrix: NO PHOTOMETRIC Calibration! |
Can someone provide a small bag and calibration file with which to reproduce this? |
hi @archenroot , |
@archenroot , |
i got the same error when trying to run it. do i have to publish to the camera topic separately |
For beginners, there is a basic step to check whether the image from the web camera is published well: If you installed 'usb_cam' ROS package to publish camera image in ROS, by using 'rqt' and its 'Image View' plugin, the camera image can be checked. After that, the following command starts dso_ros with minimum option arguments, where '/usb_cam/image_raw' is the topic name of the camera image, which is sent by 'usb_cam' and can be known by 'rostopic list' command. The 'camera.txt' file should be written to be matched for the camera. For example, 640 x 480 camera for pinhole model (though the parameters in the first line may be not correct it works):
The format above can be found in the section 3.1 of https://github.com/JakobEngel/dso |
Hi,
first thanks for this project, it is amazing!
Maybe it is better question at ROS forum, but when I run:
The application starts with following output:
But the screen remain completely BLACK, any idea? I don't have in the moment other than standard laptop integrated webcam...
Thanks.
The text was updated successfully, but these errors were encountered: