You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe what you want to implement and what the issue & the steps to reproduce it are:
Hello,
we are using a2A1920-51gcPRO cameras in a ROS Noetic system. Right now, we request BayerRGGB8 images from the camera with the pylon-ros-driver and then use the ROS image_proc debayer node to demosaic the image. As image_proc uses OpenCV to demosaic the image, the resulting image has a rather poor quality and contains heavy color fringing.
If I request the image directly in bgr8 from the camera, this fringing is heavily reduced, which I assume is because the camera has advanced demosaic algorithms.
But when setting the camera to bgr8, the framerate drops to expected but unacceptable levels because of the increased required bandwidth. Therefore requesting already demosaiced images is not an option for us, we have to demosaic on the receiver side.
Looking at the documentation of demosaicing, it seems like the camera is directly responsible for the demosaicing, and there is no functionality in the Basler or ROS driver to demosaic an image on the receiver side (with Basler PGI, for example). Is this assumption correct or is there functionality in the Basler Driver or in the ROS driver we missed with which we can demosaic the image on the receiver side to get better results than using the standard OpenCV algorithms?
Greetings Rupert
Hardware setup description
Camera: a2A1920-51gcPRO,1920x1200, connected with Ethernet cable.
PC: Ubuntu 20.04, x86, 750GB RAM
Runtime information
Pylon camera software suite is installed. ROS Noetic
Is your camera operational with the Basler pylon Viewer on your platform?
Yes
The text was updated successfully, but these errors were encountered:
Hello @PolleyRupert-FZI
Thank you for your reporting.
I can just answer for the ROS pylon driver, there's no such a functionality and the implementation of this functionality is not planned for now. I don't know for the Pylon API, you should contact Basler's support.
Regards,
Francois
Describe what you want to implement and what the issue & the steps to reproduce it are:
Hello,
we are using a2A1920-51gcPRO cameras in a ROS Noetic system. Right now, we request BayerRGGB8 images from the camera with the pylon-ros-driver and then use the ROS image_proc debayer node to demosaic the image. As image_proc uses OpenCV to demosaic the image, the resulting image has a rather poor quality and contains heavy color fringing.
If I request the image directly in bgr8 from the camera, this fringing is heavily reduced, which I assume is because the camera has advanced demosaic algorithms.
But when setting the camera to bgr8, the framerate drops to expected but unacceptable levels because of the increased required bandwidth. Therefore requesting already demosaiced images is not an option for us, we have to demosaic on the receiver side.
Looking at the documentation of demosaicing, it seems like the camera is directly responsible for the demosaicing, and there is no functionality in the Basler or ROS driver to demosaic an image on the receiver side (with Basler PGI, for example). Is this assumption correct or is there functionality in the Basler Driver or in the ROS driver we missed with which we can demosaic the image on the receiver side to get better results than using the standard OpenCV algorithms?
Greetings Rupert
Hardware setup description
Camera: a2A1920-51gcPRO,1920x1200, connected with Ethernet cable.
PC: Ubuntu 20.04, x86, 750GB RAM
Runtime information
Is your camera operational with the Basler pylon Viewer on your platform?
Yes
The text was updated successfully, but these errors were encountered: