Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Issues with camera #75

Open
anuragajay opened this issue Aug 18, 2015 · 6 comments
Open

Issues with camera #75

anuragajay opened this issue Aug 18, 2015 · 6 comments

Comments

@anuragajay
Copy link

When I run PTAM, I am not able to see entire image of camera and only see a small area around around corner of image. My camera calibration settings seems to be right. Can anyone help with the issue? I am attaching the photo. The colored photo on the left is actual image being published and ptam window shows the image seen by ptam.
screenshot from 2015-08-18 00 47 09

@fickrie67
Copy link

Hello, i got the same problem, does anybody know what is the problem with this video output?
screenshot from 2015-09-03 09 51 22

@kazuya-iwami
Copy link

In ptam.launch, set monochrome image (not color) as following.

<launch>
<node name="ptam" pkg="ptam" type="ptam" clear_params="true" output="screen">
<remap from="image" to="/image_mono" /> ←HERE
<remap from="pose" to="pose"/>
<rosparam file="$(find ptam)/PtamFixParams.yaml"/>
</node>
</launch>

To convert color to monochrome, I used image_proc.

Using color image, I got the same problem.

@fickrie67
Copy link

@kazuya-iwami hei thank you very much! now it is working as you said 👍

@walkeryu123
Copy link

I am a newer to ROS, I meet the same problem, can you tell me how to change the video captured by usb_cam to monochrome through image_proc, I really do not know how to use the image_proc. thank you!

@jaejunlee0538
Copy link

I used UEye-1220LE camera and I've been suffered from the same problem.
After changing the output image format to MONO16, it started working nicely.
If you are running the camera from nodelets.launch file in ueye package,
you can do it by changing the color parameter in nodelets.launch

<arg name="color" default="6" /> to <arg name="color" default="1" />

@walkeryu123
Copy link

that is very useful, thank you

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

No branches or pull requests

5 participants