ros_deep_learning icon indicating copy to clipboard operation
ros_deep_learning copied to clipboard

Fix for working with ZED camera image, converting bgra to bgr

Open qboticslabs opened this issue 4 years ago • 0 comments

This is a fix for working with BGRA8 images with deep learning node. The fix will convert all kinds of image encoding to bgr8. The ZED camera driver image encoding is BGRA8 when we feed image topic to deep learning node, it will throw an error. This fix will avoid that error and do the conversion.

qboticslabs avatar Nov 20 '19 18:11 qboticslabs