Adding a camera is the first step to rendering what you create in Blender
Every Blender project starts with a default camera already in the scene, but you will often need to add more cameras to frame different angles or switch between views while you work. To add a camera, use the Add menu: press Shift + A to open it, navigate to Camera, and click Camera. A new camera object appears at your 3D cursor location — usually the center of your scene if you have not moved it.
Once you add a camera, you can move it around like any other object. Press G to grab (move) it, then move your mouse and click to place it. You can also rotate it with R and scale it with S, though scaling a camera does not change what it sees — only its size as an object in the viewport. To see through a specific camera and frame your shot, press Numpad 0 on your keyboard, or find the camera icon in the top right of the 3D viewport and click it.
Key Takeaways
- Add a new camera by pressing Shift + A, selecting Camera, and clicking Camera — it appears at your 3D cursor location.
- Move a camera with G, rotate it with R, and switch to its view by pressing Numpad 0 or clicking the camera icon in the viewport.
- Set which camera renders by selecting it and pressing Ctrl + Numpad 0, or by clicking the camera icon next to its name in the Outliner panel.
- Adjust what the camera sees by changing its focal length in the properties panel — higher numbers zoom in, lower numbers zoom out.
- You can have multiple cameras in one scene and switch between them without deleting or moving the others.
Moving and rotating your camera to frame the shot
After you add a camera, positioning it correctly takes practice. The easiest way is to use the numpad: press Numpad 0 to look through the camera, then press Numpad 7 for a top view, Numpad 1 for a front view, or Numpad 3 for a side view. These views let you see where the camera is pointing without switching back and forth.
To move the camera while looking through it, press G to grab it, then use the arrow keys or move your mouse. If you want to rotate the camera to look in a different direction, press R followed by X, Y, or Z to rotate around that axis. You can also hold the middle mouse button and drag to rotate the view directly — this is often faster than typing commands.
A useful trick: press Numpad . (period) to frame the selected object in the camera view. If you have a character or object you want to focus on, select it first, then press this shortcut and the camera will zoom to show it clearly.
Setting which camera actually renders
Blender can have many cameras in one scene, but only one renders when you create an image or video. By default, the first camera you see in the Outliner (the panel on the right that lists all objects) is the active camera. To change which camera renders, select the camera you want and press Ctrl + Numpad 0. That camera is now active and will be used when you render.
You can also set the active camera in the Scene properties panel. Look for the small camera icon next to a camera name in the Outliner — clicking it sets that camera as active. A small green outline appears around the active camera in the 3D view so you always know which one will render.
Adjusting focal length and depth of field
The focal length controls how much of the scene the camera sees. In Blender, this is measured in millimeters, just like real camera lenses. A focal length of 50 mm is considered "normal" — it shows the scene roughly as your eye would see it. Lower numbers like 24 mm show a wider view (useful for landscapes), and higher numbers like 85 mm zoom in tighter (useful for portraits or close-ups).
To change focal length, select your camera, then look at the properties panel on the right. Under the Camera tab (the small camera icon), find the Focal Length field and type a new number. You will see the change in real time if you are looking through the camera.
Depth of field is a separate feature that blurs the background or foreground to make certain parts of the scene stand out. To use it, select your camera, go to the Camera properties, and turn on the Depth of Field toggle. Then set a Focus Distance (how far from the camera the sharp area is) and an F-Stop number (lower numbers create more blur). This is useful for making a character stand out from the background in a render.
Using the camera in orthographic mode
By default, cameras use perspective mode, which means objects farther away look smaller — like real life. Sometimes you want a flat, technical view where distance does not matter. This is called orthographic mode, and it is useful for architectural drawings, technical illustrations, or game assets.
To switch a camera to orthographic mode, select it and go to the Camera properties panel. Find the Type dropdown (currently set to Perspective) and change it to Orthographic. The view will flatten when ready. In orthographic mode, you adjust the Orthographic Scale instead of focal length — higher numbers zoom out, lower numbers zoom in.
Framing objects and using safe areas
When you are composing a shot, Blender can show you guides to help frame your image correctly. With the camera selected and active (press Numpad 0 to view through it), look at the Camera properties panel and scroll down to Composition Guides. You can turn on Rule of Thirds (a grid that divides the frame into nine sections) or Center to see where the middle of your frame is.
The Safe Areas option shows a rectangle inside your camera view — this marks the area that will definitely be visible on most screens. Television and film use safe areas because older screens cut off the edges. For web and modern displays, safe areas matter less, but they are useful if you are creating content for broadcast.
Switching between multiple cameras quickly
If you have several cameras in your scene, you can switch between them without selecting them manually. Press Numpad 0 to view through the active camera, then press Numpad . (period) and scroll your mouse wheel to cycle through all cameras in the scene. This is much faster than clicking each one in the Outliner.
You can also name your cameras something descriptive — like "Wide Shot" or "Close-up" — so you remember what each one frames. Select a camera, press F2, and type a new name. This makes it easier to find the right camera when you have many in your project.
Frequently Asked Questions
Why can't I see through my camera when I press Numpad 0?
Make sure the camera is selected (it should be highlighted in the Outliner). If you have multiple cameras, Numpad 0 shows the active camera — the one with a green outline. If you still see nothing, the camera might be inside an object or pointing at empty space. Try pressing Numpad . (period) to frame all objects, then adjust the camera position.
How do I make the camera follow a moving object?
Use a Track To constraint. Select the camera, go to the Modifiers panel (wrench icon), add a Track To constraint, and set the target to the object you want to follow. The camera will always point at that object as it moves. You can then move the camera itself to adjust the distance and angle.
What is the difference between focal length and zoom?
Focal length is a real camera property that changes what the lens sees. Zoom in Blender's viewport is just moving your view closer or farther away. Changing focal length changes the perspective and how objects relate to each other in the frame, while zooming just moves your viewpoint.
Can I render from two cameras at once?
No, only one camera renders per image or frame. However, you can render multiple images by changing the active camera between renders, or use Blender's compositor to combine renders from different cameras in post-production.
How do I lock a camera so I don't accidentally move it?
Select the camera, go to the Object properties panel (green cube icon), and scroll down to Transform. Click the lock icons next to Location and Rotation to prevent accidental movement. You can still move it intentionally by unlocking first.