In article <
cg0ag7...@mid.individual.net>, Jolly Roger
<
jolly...@pobox.com> wrote:
> >> >> just like any other digital camera.
> >> >
> >> > Not Android.
> >>
> >> Android doesn't make digital cameras.
> >
> > android phones and tablets have cameras, as do iphones and ipads
>
> I took your comment, "just like any other digital camera" to mean a
> typical digital camera. Smart phones and tables often have cameras, but
> that doesn't make them primarily "digital cameras", which is why people
> don't refer to their phones and tablets as "digital cameras" when
> describing them as devices. And because of their nature, they often
> don't behave in the same way a typical dedicated "digital camera"
> behaves. Particularly when it comes to naming image files, they may
> behave quite differently than a typical "digital camera". I'm sure you
> know all of this, which makes me wonder why you are now arguing about
> it.
i'm not arguing.
first of all, the statement 'android doesn't make digital cameras' is
meaningless. android is not a company, it's a product.
in any event, the point is that android devices aren't any different
than ios devices or a camera running android such as the nikon s800c or
the usual digital cameras from nikon, canon, sony, pentax, etc.
images are sequentially named conforming to the dcim spec, with the
possibility of changing the prefix used in some cases.
it's possible that an android device deviates from the spec, but that
would actually be a defect, making it a non-compliant camera.
<
http://en.wikipedia.org/wiki/Design_rule_for_Camera_File_system>
Design rule for Camera File system (DCF) is a JEITA specification
(number CP-3461) 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 filesystem in a digital camera contains a DCIM (Digital Camera
Images) directory, which can contain multiple subdirectories with
names such as "123ABCDE" that 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" that consist of four
alphanumeric characters (often "DSC_", "DSC0", "DSCF", "IMG_"/"MOV_",
or "P000"), followed by a number. DCF 2.0 adds support for DCF
optional files recorded in an optional color space (that is, Adobe
RGB rather than sRGB). Such files must be indicated by a leading "_"
(as in "_DSC" instead of "DSC_" or "DSC0").