How do you add a camera view to the model/player?
At the top, go to GameObject at the top navigation bar, then go to Camera.
Then drag this camera onto your player gameobject. This will make that camera a child of the parent (being the player in this case).
Then just adjust your camera how youd like it from the inspector or, more easily from the Scene view in Unity.
Yup, just like Dibble said, and you can also rename it Player Camera and reserve the Main Camera for UI elements.