Incorrect image encoding from ROS and Raspicam

1 次查看(过去 30 天)
Hello everyone,
I'm working about estimate position from apriltag and i need some help with image viewer from ROS and raspicam.
After update Matlab version from 20a to 21b, I got only black screen. VariableSize property from encoding arrey to rgb (1280x960x3). ErrorCode from ReadImage point out 1..." Incorrect image encoding"
Maybe sameone had the same bug and know the solution.
PS. In version 20a, the same path works fine.
  3 个评论
yanqi liu
yanqi liu 2022-3-1
may be use reshape to check,such as 32000*1777=56864000
Sebastian Wachol
Sebastian Wachol 2022-3-1
I saw also, that image message status is not okey for a while, another problem. Maybe it could be a hardware problem?
I tried with 56864000 or 3686400
Thanks a lot for help good guys.

请先登录,再进行评论。

回答(1 个)

Josh Chen
Josh Chen 2022-8-5
Hello Sebasian,
Could you elaborate about what you mean by "VariableSize property from encoding arrey to rgb (1280x960x3)"? I am not sure if I understanding this description correctly. Do you mean you updated the VariableSize property (maximum length) of the "Encoding" field? This field is basically saying the maximum length you expect the "encoding" field to be. You can use the same value as you previously have in 20a.
As for "incorrect image encoding", I think this is talking about the actual "Encoding" field in the message does not match with the "Image encoding" defined in the block mask. If you are trying to read another Image or CompressedImage message from a different source, you would probably need to update the block mask "Image encoding" to match the new message.
For the message status, since this is a one time setup, could you try to re-publish one message from the hardware and see if it gets updated? Another way of verifying whether this is a hardware problem is to create a subscriber on either MATLAB or Simulink and see if you can get the latest message from the same topic.
Hope this helps,
Josh

类别

Help CenterFile Exchange 中查找有关 Publishers and Subscribers 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by