It will not happen automatically. You will need to convert the preview image to a Bitmap object and then show it on the second panel.
You can use PreviewImageToJpeg from CameraEx to convert the raw data to a Jpeg image. The next step will be to create an InputStream with InputStream.InitializeFromBytesArray and create the image with Bitmap.Initialize2.