blob: 59d3e312d0a47cce6f87dd91a36f723d4ead8d71 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
<page xmlns="http://projectmallard.org/1.0/"
type="guide"
id="import-camera">
<info>
<link type="guide" xref="index#import"/>
<desc>Copy photos from a digital camera.</desc>
<link type="next" xref="import-memorycard"/>
</info>
<title>Importing from a camera</title>
<p>To import photos from a digital camera:</p>
<steps>
<item>
<p>Connect the camera to your computer and switch it on.
Shotwell will detect it and list it in the sidebar.</p>
</item>
<item>
<p>Select the camera in the sidebar. Previews of each photo on the camera will be displayed.</p>
</item>
<item>
<p>If you like, you can choose a set of specific photos to import. To do this, hold down the <key>Ctrl</key> key and click to select individual photos. You can hold down <key>Shift</key> and click to select a range of photos too.</p>
</item>
<item>
<p>Click either <gui>Import Selected</gui> or <gui>Import All</gui>. The photos will be copied from the camera and saved on your computer.</p>
</item>
</steps>
<p>Once the import is complete, you can open the <gui>Last Import</gui> view (in the sidebar) to see all photos that were imported. The Events list (also in the sidebar) will also show the new photos, organized by date.</p>
</page>
|