Skip to content
harlo edited this page Mar 6, 2011 · 4 revisions

#Data Child of the Object object

##MediaType Type of media: image or video?

Datatype: varchar

##Tag_Datetime From the original Exif Spec, but can also be applied to video captured by device

Datatype: varchar

##Tag_Flash From the original Exif Spec. Cannot be applied to video captured by device, but will receive a null value

Datatype: varchar

##Tag_Focal_Length From the original Exif Spec. Cannot be applied to video captured by device, but will receive a null value

Datatype: varchar

##Tag_GPS_Datestamp From the original Exif Spec, but can also be applied to video captured by device

Datatype: varchar

##Tag_GPS_Latitude From the original Exif Spec, but can also be applied to video captured by device

Datatype: varchar

##Tag_GPS_Latitude_Ref From the original Exif Spec, but can also be applied to video captured by device

Datatype: varchar

##Tag_GPS_Longitude From the original Exif Spec, but can also be applied to video captured by device

Datatype: varchar

##Tag_GPS_Longitude_Ref From the original Exif Spec, but can also be applied to video captured by device

Datatype: varchar

##Tag_GPS_Processing_Method From the original Exif Spec, but can also be applied to video captured by device

Datatype: varchar

##Tag_GPS_Timestamp From the original Exif Spec, but can also be applied to video captured by device

Datatype: varchar

##Tag_Image_Length From the original Exif Spec, but can also be applied to video captured by device

Datatype: varchar

##Tag_Image_Width From the original Exif Spec, but can also be applied to video captured by device

Datatype: varchar

##Tag_Make From the original Exif Spec, but can also be applied to video captured by device

Datatype: varchar

##Tag_Model From the original Exif Spec, but can also be applied to video captured by device

Datatype: varchar

##Tag_Orientation From the original Exif Spec, but can also be applied to video captured by device

Datatype: varchar

##Tag_White_Balance From the original Exif Spec. Cannot be applied to video captured by device, but will receive a null value

Datatype: varchar

##Software From the original Exif Spec, but can also be applied to video captured by device

Datatype: varchar

##Bluetooth_Neighbors If enabled by the user's preference, JSON String containing the IDs of nearby Bluetooth devices

Datatype: varchar

##Accelerometer_Axis_Amount Describes the capability of user's accelerometer (1D, 2D, or 3D)

Datatype: int

##Accelerometer_Axis_Initial_X For still images taken with this app, this value is recorded on shutter down. For videos, this value refers to the accelerometer value on the first frame

Datatype: float

##Accelerometer_Axis_Initial_Y For still images taken with this app, this value is recorded on shutter down. For videos, this value refers to the accelerometer value on the first frame

Datatype: float

##Accelerometer_Axis_Initial_Z For still images taken with this app, this value is recorded on shutter down. For videos, this value refers to the accelerometer value on the first frame

Datatype: float

##Video_Duration Applicable only to video, will receive null value if media type is "image." Duration is recorded in milliseconds.

Datatype: long

##NumPaths Number of video paths attached to video, if media type is indeed "video." See the Video Paths class for detailed information.

Datatype: integer