The best option is to save the picture to a file with camEx.SavePictureToFile and then load the bitmap with: ImageView1.Bitmap = LoadBitmapSample(...)
You can directly load the bitmap however the bitmap will be very large and will consume a lot of memory.