Does image_view work with big endian images?
Hello everybody,
I would like to know if the image_view should work with big endian images. I have a topic that publish a big endian depth image, but the visualization with image_view (or rviz) doesn't seems to be correct. Is there a way to make it work without changing the image into a little endian one (which is a slow process)? Or in alternative (my final objective is to have a pointcloud) does the depth_image_proc/point_cloud_xyz nodelet work with big endian images?
Thanks, Tirjen