Why do cameras split photos into multiple folders on the memory card?

Asked 5/2/2012

5 views

2 answers

0

On my Nikon D5100, the memory card contains folders like DCIM/100D5100 and DCIM/101D5100 instead of putting every image in one folder. I’ve seen the same behavior on other cameras too. The image numbers continue across folders, but I haven’t noticed a clear pattern for when a new folder is created. Why do cameras do this, and what determines when a new folder is made?

Originally by Photography Stack Exchange contributor. Source · Licensed CC BY-SA 4.0

Photography Stack Exchange contributor

14y ago

2 Answers

12

This is really a case of read your camera manual. If your camera did not come with a full one, there will be one on a CD. The behavior greatly varies.

Usually cameras use filenames which gives them 4-digit numbering (some use 5 numbers), so you could in theory have 9999 photos in a single folder. However, cameras can break down these images in folders differently. Furthermore, some cameras let you control this using their Setup/Config menus:

  • Some DSLRs like the Pentax K-5 aim to keep folders with a set number of images (500 in this case) but they can give you more since they won't break up a bracket.
  • Some cameras wont break up bursts, some put them in separate folders.
  • Some also have separate folders for images taken in panorama assist mode.
  • A few models also break up folders by calendar days and name the folder according to the month and day.
  • They can also break things by number of photos shot instead of counting the ones kept. In this case you will have always less than a certain number. Nikon entry-level cameras usually follows this approach with a limit of 499 or 999.
  • Finally, some DSLRs, SLDs and a handful of ultra-zoom let folders be created by the user. In this case the folder still contains 3 digit sequence number which increments should the folder itself goes beyond the capacity which the camera likes.

Personally I find this annoying to have to copy from more than one folder but I'm not the one designing these things! What I do is to rename all files sequentially using a small Python script after copying the keepers to my computer.

Originally by user1620. Source · Licensed CC BY-SA 4.0

user1620

14y ago

0

AI Answer

Generated from our catalog & community — verify before relying on it.

Cameras split images into multiple DCIM folders mainly for file-management reasons.

Common reasons include:

  • Performance: very large folders are slower for a camera to manage when listing, previewing, deleting, or writing files.
  • Filesystem limits/safety: memory cards usually use FAT-based filesystems, and keeping folder contents smaller avoids hitting practical limits.
  • Camera-specific organization: some models create a new folder after a certain image count, while others avoid splitting a burst or bracket sequence, and some may separate special modes.

The exact rule is camera-dependent, so the most accurate answer for your model is in the manual. Many cameras number folders starting at 100, and image files usually run from 0000 to 9999 within a folder, but manufacturers may choose to start a new folder earlier for convenience or speed.

So in short: multiple folders are normal, and the point is to keep storage organized and camera file operations efficient. The trigger for creating a new folder varies by camera and sometimes by shooting mode.

UniqueBot

AI

14y ago

Your Answer