-
Notifications
You must be signed in to change notification settings - Fork 40
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
Lib: Pixel format error #68
Comments
Which firmware version are you using? Also, please check that the camera connected to Port0 (the one you are requesting data from in the screenshot) is in "RUN" mode. If the camera in Port0 is the RGB camera, and you are using FW 16.23, then this is a known bug, see #67. |
I can confirm that we are using FW 16.23 after running |
Since ifm3d supports multiple devices, it happens that some available commands are not applicable to the O3R, which is what you are seeing here.
Could you please provide the output of the ifm3d dump here, thanks! |
Here is the output from the ifm3d dump. Sorry for the formatting. `{ ` |
When launching the ROS node with the camera.launch, you are pointing to port0 by default. Which in your case is a 2D camera, hence the timeout (known bug #67). To run the camera.launch pointing to port 2, you can use: Note that you can see in the parameters listed in the terminal in your first screenshot that the port used is 50010 (=Port0) |
This times it looks like you are pointing to the right port indeed. Have you been able to get data without using ROS, for instance using ifm3dpy, or the ifm Vision Assistant? |
I tried again I used the instructions from this link to install C++API : https://api.ifm3d.com/html/content/installation_instructions/install_from_source_linux.html |
In the latest screenshot, it looks like you cannot ping the camera. Did you happen to change the IP address of the device? And again, are you able to get data in any other way than ROS (python, Vision Assistant or c++)? |
Hi everyone,
I am using ifm3d version 0.93.0, ifm3d-ros version v1.0.1, camera is 03R222
I have the following warning message when I try to launch the camera in ROS and I can't see any topic being published in ROS. Rviz is also empty. Can you help me solving the issue?:
[ WARN] [1677676864.055349177]: Timeout waiting for camera! [ WARN] [1677676864.105023235]: -100010: Lib: Pixel format error - didn't expect a particular pixel type [ WARN] [1677676864.105140821]: Timeout waiting for camera! [ WARN] [1677676864.155067663]: -100010: Lib: Pixel format error - didn't expect a particular pixel type
The text was updated successfully, but these errors were encountered: