-
Notifications
You must be signed in to change notification settings - Fork 58
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
Unrecognized image encoding #3
Comments
which image encodeing from your camera? until to now this pkg only support image pixel format that in sensor_msgs::image_encodings.
|
Hey I am facing a similar issue. I am trying to use bgr8 |
@SwastikNandan Hi ! How did you solve this problem ? |
@ghost sorry for the late reply! Are you facing this problem while converting streaming images using the cvbridge ? |
I am using aravis to drive Teledyne DALSA camera.
After running "ROS_NAMESPACE=cam1 rosrun camera_aravis camnode Teledyne DALSA-S1099729"
I got the error "[ERROR] [1455917134.838548734]: cv_bridge exception: 'Unrecognized image encoding [bayerrg8]'"
Does anybody know how to fix it?
Thank you!
The text was updated successfully, but these errors were encountered: