Skip to content

Camera Capture App on Android #1

Description

@bearprada

Here is some things need to discuss

  1. Which format the gyro sensor information need to put into EXIF format?

I wrap the x/y/z float value into a JSON body. e.g, {"x":0.12345678, "y":0.12345678, "z":0.12345678}

  1. Which EXIF filed?

I can't put the data into the custom tag, so I just use UserComment

  1. EXIF tag has size limitation, I can only see 41 characters. (I used this library https://pypi.python.org/pypi/ExifRead)
  2. Photo size, do you want super high resolution? e.g, Samsung S7 will have 3024x4032 output size.

ref : result image file : https://www.dropbox.com/s/nwwvzcoxubatag6/android-exif-test.jpg?dl=0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions