Why are camera files typically prefixed "DSCN" or something similar?
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Realization
--
Chapters
00:00 Why Are Camera Files Typically Prefixed &Quot;Dscn&Quot; Or Something Similar?
00:34 Accepted Answer Score 7
00:55 Answer 2 Score 4
01:03 Answer 3 Score 3
01:59 Thank you
--
Full question
https://superuser.com/questions/255578/w...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#images #photos #fileformat
#avk47
ACCEPTED ANSWER
Score 7
Wikipedia says, DSC
stands for Digital Still Camera. Would make sense then.
Your camera is a Nikon, and DSCN
stands for Digital Still Capture - Nikon.
So the C
is either Camera or Capture.
ANSWER 2
Score 4
ANSWER 3
Score 3
Most cameras follow the Design rule for Camera File systems, a specification that defines the directory structure, file format and naming pattern (among other things) of camera storage.
From the linked Wikipedia article:
The filesystem in a digital camera contains a DCIM (Digital Camera IMages) directory which can contain multiple subdirectories with names such as "123ABCDE", which consist of a unique directory number (in the range 100…999) 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", which consist of four alphanumeric characters (often "DSC_", "DSC0" or "IMG_"), followed by a number.
As stated, manufacturers can chose to customize the first four characters of image files' names; Canon cameras, for example, prefix their files with IMG_
, while Nikon cameras have the DSC_
or DSCN
prefix.