A list of displays on the left side of the interface can visualize the camera data. Each display has its properties and status that notify a user if topic messages are received.
For the `PointCloud2` display, a [sensor_msgs/pointCloud2](http://docs.ros.org/en/lunar/api/sensor_msgs/html/msg/PointCloud2.html) message named */camera/depth/color/points*, is received and the gif below demonstrates the various display properties when visualizing the data.
<palign="center">
<palign="center">
<imgsrc="images/perception_rviz.gif"/>
<imgsrc="images/perception_rviz.gif"/>
</p>
</p>
## Image Display
## Image Display
The `Image` display visualizes a [sensor_msgs/Image](http://docs.ros.org/en/lunar/api/sensor_msgs/html/msg/Image.html) messaged, */camera/color/image/raw*, in a new window that pops up when you click on the check box next to the display name. This feature shows the image data from the camera; however, the image comes out sideways. Thus, you can select the */camera/color/image/raw_upright_view* from the **Image Topic** options to get an upright view of the image.
<palign="center">
<palign="center">
<imgsrc="images/perception_image.gif"/>
<imgsrc="images/perception_image.gif"/>
</p>
</p>
## Camera Display
## Camera Display
The `Camera` display is similar to that of the `Image` display