Adding a camera to your Blender scene
A camera in Blender is the virtual viewpoint from which you see and render your 3D scene. Without a camera, Blender has no frame to capture — it's like having a stage with no audience position. To add one, go to the top menu and click Add, then hover over Camera, then click Camera. A camera object now exists in your scene at the 3D cursor location (usually the center of your workspace).
You'll see a pyramid-shaped wireframe appear in your viewport — that's the camera's view cone, showing the area it will capture. The narrow end points in the direction the camera is looking. If you can't see it, your view might be zoomed too far out, or the camera may be behind your current viewpoint. Press the Home key or use the scroll wheel to frame all objects in view.
Blender starts with one default camera already in most new projects. If you add a second camera, only one can be active at a time. The active camera is the one that renders when you press F12 or start a render. You can switch between cameras by selecting a different one and pressing Ctrl+Numpad 0 (on Windows and Linux) or Cmd+Numpad 0 (on Mac).
Key Takeaways
- Add a camera through the Add menu, and it appears as a pyramid wireframe showing the area it will capture.
- Move a camera by pressing G, then X, Y, or Z to constrain movement to one axis, then type a number or drag the mouse.
- Rotate a camera by pressing R, then X, Y, or Z to spin it around that axis, or use the middle mouse button to rotate freely.
- Switch between multiple cameras by selecting one and pressing Ctrl+Numpad 0 to make it the active rendering camera.
- View through the active camera by pressing Numpad 0 to enter camera view, where you see exactly what will render.
Moving a camera to frame your subject
Once the camera exists, you need to position it to see what you want. Click on the camera to select it (it will highlight in orange). Press G to grab it, and the camera will follow your mouse. Move your mouse and click to place it, or press Escape to cancel the move.
For precise control, press G, then press X to lock movement to the horizontal axis, Y for vertical, or Z for depth. Type a number — for example, G then Z then 5 moves the camera 5 units up along the Z axis. This is much more reliable than dragging with the mouse, especially when you need the camera at a specific distance from your subject.
A common setup is to place the camera at eye level with your subject, angled slightly downward. If you're rendering a character, position the camera roughly where a person standing nearby would see them. If you're rendering a product, place the camera at a 45-degree angle from above and to the side — this shows three dimensions at once and looks professional.
Rotating a camera to change the viewing angle
After positioning the camera's location, you usually need to rotate it to point at your subject. Select the camera and press R to rotate. Your mouse movement will spin the camera around its center point. Click to confirm the rotation, or press Escape to cancel.
For finer control, press R, then X to rotate only around the X axis (tilting up and down), Y to rotate left and right, or Z to roll the camera sideways. Press R, then X, then type 45 to rotate exactly 45 degrees around the X axis. This method is far more predictable than free rotation with the mouse.
If you want to point the camera at a specific object, select the camera, then hold Shift and click the object you want to look at. Press Ctrl+Alt+Numpad 0. Blender will rotate the camera to face that object. This is faster than manual rotation for straightforward scenes.
Viewing through the camera to see what will render
At any point, you can see exactly what the camera sees by pressing Numpad 0 on your keyboard. Your viewport switches to camera view — the black rectangle you see is the frame boundary, and everything outside it will not appear in the final render. This is the most important step before rendering, because it shows you exactly what your audience will see.
In camera view, you can still move and rotate the camera. Press G to grab and reposition it, or R to rotate. The view updates in real time, so you can frame your shot precisely. Press Numpad 0 again to exit camera view and return to the normal 3D viewport.
If you have multiple cameras in your scene, pressing Numpad 0 always shows the active camera's view. To switch which camera is active, select a different camera in the outliner or viewport and press Ctrl+Numpad 0. Then press Numpad 0 again to see through the newly active camera.
Adjusting camera settings for your shot
The camera's position and rotation control where it is and where it points. Its settings control how it sees — like the difference between a wide-angle lens and a telephoto lens on a real camera. Select the camera and look at the properties panel on the right side of the screen. Click the camera icon (it looks like a small camera) to open camera properties.
The most important setting is Focal Length, measured in millimeters. Lower numbers (like 24mm) create a wide-angle view that shows more of the scene but distorts edges. Higher numbers (like 85mm) create a narrow, zoomed view that compresses depth. The default is 50mm, which looks natural and similar to human vision. Change this number to adjust how much of your scene the camera captures without moving it.
Another useful setting is Sensor Width, which controls the aspect ratio — the width-to-height proportion of your final image. The default works for most purposes. Leave this alone unless you're rendering for a specific format like a phone screen or a cinema projection.
Rendering what the camera sees
Once your camera is positioned and framed the way you want, you can render the image. Press F12 to render a still image from the active camera's viewpoint. A new window opens showing the rendered result. Press Escape to close the render window and return to the editor.
The render uses whatever render engine you have selected — Cycles or Eevee are the two built-in options. Cycles is slower but more realistic. Eevee is faster and good for previews. You can change the render engine in the render properties panel (the camera icon with a small circle next to it).
If the render looks wrong — too dark, too bright, wrong angle, or missing objects — close the render window and adjust the camera position, rotation, or settings. Then press F12 again to see the result. This cycle of preview and adjustment is normal and expected.
Frequently Asked Questions
What if I can't see the camera in my viewport?
The camera might be behind your current view or too far away to see. Press Home or use the scroll wheel to frame all objects. If it's still not visible, select the camera from the outliner panel on the right, then press the period key on the numpad to zoom to it. You can also press Numpad 0 to jump into camera view, which always shows you where the camera is.
Can I have more than one camera and switch between them?
Yes. Add as many cameras as you need. Select the one you want to use and press Ctrl+Numpad 0 to make it active. Only the active camera renders when you press F12. This is useful for comparing different angles or keeping multiple shot setups in one file.
Why does my render look different from what I see in the viewport?
The viewport shows a preview, but the render is the final output. Lighting, shadows, reflections, and material details often look different in the render. Press F12 to see the actual render before you save it. If something looks wrong, adjust the camera or scene settings and render again.
How do I make the camera follow a path or move smoothly?
You can animate the camera by setting its position and rotation at different frames, then playing the timeline. Select the camera, move to frame 1, press I to insert a keyframe, move to frame 100, change the camera position, and press I again. Blender will smoothly move the camera between those positions when you play the animation.
What does the focal length number actually control?
Focal length controls the zoom level without moving the camera. Lower numbers (24mm) show a wider view. Higher numbers (85mm) show a narrower, more zoomed view. Think of it like changing lenses on a real camera while keeping the camera in the same spot. Adjust this number in the camera properties to frame your shot without repositioning the camera itself.