In the staticScene sample I tried this (Changed line 120 and inserted a new one below it):
119 | cameraNode_ = scene_->CreateChild("Camera");
120 | Camera* camera = cameraNode_->CreateComponent<Camera>();
121 | camera->SetZoom(1.0f);
But as no matter what value I placed in there the view was the same every time I compiled and ran that sample, here I am.
Edit: Remembered I had changed the target name in my CMakeLists.txt file… Sorry for wasting your time.