We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dcd2c2 commit f147a9aCopy full SHA for f147a9a
formant_ros2_adapter/scripts/components/subscriber/ingester.py
@@ -125,7 +125,7 @@ def ingest(
125
126
elif msg_type == Image:
127
# Convert Image to a Formant image
128
- cv_image = self.cv_bridge.imgmsg_to_cv2(msg, "passthrough")
+ cv_image = self.cv_bridge.imgmsg_to_cv2(msg, "bgr8")
129
encoded_image = cv2.imencode(".jpg", cv_image)[1].tobytes()
130
131
self._fclient.post_image(
0 commit comments