Design rule for Camera File system


Design rule for Camera File system is a JEITA specification which defines a file system for digital cameras, including the directory structure, file naming method, character set, file format, and metadata format. It is currently the de facto industry standard for digital still cameras. The file format of DCF conforms to the Exif specification, but the DCF specification also allows use of any other file formats.
The latest version of the standard is 2.0.

File system

In order to guarantee interoperability, DCF specifies the file system for image and sound files to be used on formatted DCF media as FAT12, FAT16, FAT32, or exFAT. Media with a capacity of more than 2 GB must be formatted using FAT32 or exFAT.
The DCF standard defines that the "Read Only" file and directory attribute of FAT file systems can be used to protect files or directories from accidental deletion. Other existing attributes don't have any specially defined usage in DCF.

Directory and file structure

The filesystem in a digital camera contains a DCIM directory, which can contain multiple subdirectories with names such as "123ABCDE" that consist of a unique directory number and five alphanumeric characters, which may be freely chosen and often refer to a camera maker. These directories contain files with names such as "ABCD1234.JPG" that consist of four alphanumeric characters, followed by a number.
DCF 2.0 adds support for DCF optional files recorded in an optional color space. Such files must be indicated by a leading "_".
The file extension is "JPG" for Exif files and "THM" for Exif files that represent thumbnails of other files than "JPG". Other file formats use different extensions. Multiple files sharing a number are considered related and form a DCF object.
Prior to the introduction of DCF 2.0, some camera vendors chose to use the file extension to indicate the recorded color space, that is, "JPG" was used for sRGB, whereas "JPE" was used for Adobe RGB.
For example, the files on a Nikon D40 are arranged according to the above specification. Thus, a card formatted by the camera will have a volume named "NIKOND40", with a subdirectory named "DCIM". This directory contains a subdirectory named by default "100NCD40", in which images are stored. Images are named "100_xxxx", where xxxx represents the file's sequential number.
As this is an industry standard, similar directory structures and naming procedures can be found in most digital cameras.
Here's a Panasonic File Numbering. The files are all named starting with "P" for Panasonic.
P1000001
P1000002
P1000003
P1000004
P1000005
P9990999
Here's a GoPro Hero 8 camera's numbering. This time, files start with "GH".
GH0100001
GH0100002
GH0100003
GH0100004
GH0100005
GH9990999
An example of DCF directory and file structure:
DCF object is a standalone file with DCF filename or a file group that shares the same file number. DCF objects are used for the files related with each other, such as the image file and the related audio file. Related files are handled together for the convenience of users. A DCF object need not include an image file. A standalone file for which no other file with the same file number exists is still a DCF object. Files in directories that are not located under a DCF directory are not DCF object components.
DCF specification defines files included in DCF objects:
Files not specified in DCF specification may also be included in a DCF object.
The rules for DCF object structure and elements prohibit the use of DCF thumbnail files for files with ".JPG" extension. They also prohibit the extension "JPG" for other than DCF basic files and DCF optional files.
One DCF directory may contain up to 9999 DCF objects, numbered from "0001" to "9999", except for Panasonic which is numbered from "0001" to "0999". This holds true even if the prefix used is "DSC0", frequently causing users not aware of the DCF standard to wonder why the picture counter wraps around after 9999. For example, the next file after DSC09999.JPG will create a new folder containing DSC00001.JPG, rather than continuing in the same folder to DSC10000.JPG.

DCF media

DCF media is defined as removable memory recorded in compliance with the DCF specification or, removable and non-removable memory that a file system can access from an external device through IF.

Access

Camera file systems can usually be accessed by directly mounting them via the USB mass storage device class protocol, which exposes the file layout, whether DCF compliant or otherwise. Alternatively, and independent of DCF, files may be accessed via the Picture Transfer Protocol, which provides an object-oriented view and need not expose the file layout.
The file system layout is often opaque to users, as images are copied onto a computer or printer and the application deals with layout.