Incorrect image encoding from ROS and Raspicam
Show older comments
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 Comments
Josh Chen
on 28 Feb 2022
Hello Sebastian,
The maximum length of 'Encoding' normally don't require that large value. What encoding are you using here in the model? Could you please also share a screenshot after double click the "Read Image" block? The encoding specified on the block mask has to match the expected image encoding type.
Hope this helps,
Josh
yanqi liu
on 1 Mar 2022
may be use reshape to check,such as 32000*1777=56864000
Sebastian Wachol
on 1 Mar 2022
Answers (1)
Josh Chen
on 5 Aug 2022
0 votes
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
Categories
Find more on ROS 2 Network Access in Simulink in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!