Duplicate camera view

Hello guys,
Can you guys help me? I’m creating a first person game and in my game the character will have a cellphone. I wanted the cellphone “duplicate” the character view so he can see the things clearly with the cellphone’s camera, like that:

There’s any way i can “duplicate” the game view? You guys have any idea? I thinked all the ways i knew but no ideas so far :// Any help will be very apreciated.
Thanks!!

Hello!

Use render target!

You can also add a scene capture 2d to the phone as a component, and render target and apply the material to the phone screen and add some nice effects!
The scene captured from your phone will be more realistic than just render the camera view.

There are a lot of tutorials and documentation

Hope it helps!

You’re awesome! Thanks!!