-
Notifications
You must be signed in to change notification settings - Fork 102
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
Problem with launching rgb8.launch for IDS mono camera #72
Comments
two common issues that I've seen that cause this symptom are:
To solve problem 1, make sure to compile the package. For detailed instructions you can check out the ROS tutorials on how to setup and build a catkin_ws. To verify that you had compiled the package, go to To solve problem 2, make sure you either If neither solves your problem, please post all log files for your roslaunch instance (e.g. all file inside |
Hi @anqixu , |
Sounds like you have compiled properly. Did you verify failure point 2 that I pointed out, speciifcally The version of ueye_cam on apt is slightly outdated compared to the github version, but generally both should work just fine. I am aware that currently, at least on 18.04+ROS Melodic, there is an issue with |
I verified the the failure point 2 too. I am able to change to the proper directory using roscd ueye_cam. |
Hi @anqixu , I have the same error. I found the ueye_cam_nodelet.so file missing in the said path. I followed the build instructions as given on the ros page. Please let know if there could be any other cause of this issue. Thanks |
Hi! @anqixu , I too checked my /devel/libs path and noticed that ueye_cam_nodelet.so is missing. I can also confirm that I have compiled and sourced the package as is necessary. My problem however, is that I cannot visualize an Image topic in Rviz. It simply says "No Image Received". Are these problems related? Edit: I was trying to visualize the /image_raw stream under 'Camera'. But what did work was trying to visualize the same under 'Image' |
rgb8.launch i have no problem in launching in 4.92. But I got new problem with top 10 lines or so image is taken from the bottom of the image. Any idea where goes wrong for the image data pointer? |
Hello,
I have been trying to use ueye_cam for calibrating my IDS monocamera, but every time I try to launch the rgb8.launch file, I get this error.
Please look into it and help me with the issue.
The IDS drivers are installed and camera is connected and detected using Ethernet.
Thank you
The text was updated successfully, but these errors were encountered: