You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior: Camera runs with 16bit mono image.
Actual behavior: Camera fails to run 16bit mono as L_INT16 and appears to fail and default to use RGB_INT8
Note that when switching the format to 8bit mono as L_INT8 (instead of the 16bit mono as L_INT16) it has no issues, does not throw any errors and displays a true L_INT8 image.
Steps to reproduce
Run Gazebo sdf model that has camera sensor with: <format>L_INT16</format> example:
Or if desired you can also use this existing model using this world to include the sensors plugin.
Output
[Err] [CameraSensor.cc:221] Unsupported pixel format [2]
And the output image defaults to RGB_INT8
Since this issue appears to touch both gz-sensors and gz-sim I am also including it here, I can close one or other depending on desire of where to have this issue.
The text was updated successfully, but these errors were encountered:
Environment
Description
Note that when switching the format to 8bit mono as L_INT8 (instead of the 16bit mono as L_INT16) it has no issues, does not throw any errors and displays a true L_INT8 image.
Steps to reproduce
<format>L_INT16</format>
example:Or if desired you can also use this existing model using this world to include the sensors plugin.
Output
[Err] [CameraSensor.cc:221] Unsupported pixel format [2]
And the output image defaults to RGB_INT8
Since this issue appears to touch both gz-sensors and gz-sim I am also including it here, I can close one or other depending on desire of where to have this issue.
The text was updated successfully, but these errors were encountered: