I have been working on getting a processed image from roborealm to appear on are FRC dashboard, i have succeed.
This the line that is in are Dashboard_main.vi
As you can see there are two subvi's, roborealm image string.vi asks roborealm for the image in a string, it then goes to the decodejpg.vi which is just a copy of some code i found in the "WPI_CameraRead MJPG.vi" which turns it into a image which is then displayed on the dashboard.
Roborealm Image String
Decode Jpg
I have also attached the vi that i just talked about just unzip the .zip file to retrieve them.
I hope this helps people, i posted this because i could not find anything on the internet that shows how to get the Image on the dashboard in labview all i could find was for java and C++.