Compressed images #512
-
Once again thank you for your great repository! Is this intended or a bug? If this is a bug, I'll create a bug report. Thanks for your support in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 15 replies
-
@go-sakayori thanks for reaching us! Yes we noticed that after the implementation of compressed video. Your messages have "jpg" as format? I guess jpg bgr8 should continue being usable. We notice that some MCAPs came with the "format" empty, and that should be defined. Can you confirm that? |
Beta Was this translation helpful? Give feedback.
-
Hello @go-sakayori ! how are you doing? I was wrong about my conclusions, because Lichtblick does accept ros2 messages, but I would like to know how is your message. Look that example, where I force a schema from ROS2 and do it accordingly. I put random values that's why the image is broken, but it works without the broken image. I used the "bgr8", showing that there is support to it. ![]() But Lichtblick is waiting for these interface:
|
Beta Was this translation helpful? Give feedback.
Hey @go-sakayori, so you can give a look of the schema documentation: https://docs.foxglove.dev/docs/visualization/panels/image
If you are using CompressedImage you can use only "webpg", "jpeg", "jpg" , "png" or "avif". Probably before Lichtblick was not finding your format and falling back to"jpg". Please use only
jpeg
if it is compressed image orbgr8
if you are using raw images.Please give a feedback if it worked!