Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D0E5110DF6 for ; Wed, 4 Dec 2013 19:28:35 +0000 (UTC) Received: (qmail 66702 invoked by uid 500); 4 Dec 2013 19:28:35 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 66670 invoked by uid 500); 4 Dec 2013 19:28:35 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 66661 invoked by uid 99); 4 Dec 2013 19:28:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Dec 2013 19:28:35 +0000 Date: Wed, 4 Dec 2013 19:28:35 +0000 (UTC) From: "Andrew Grieve (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CB-3314) Capture.captureImage method doesn't set MediaStore.Images.Media.Orientation value correctly as picture taken. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-3314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Grieve updated CB-3314: ------------------------------ Component/s: Plugin Camera > Capture.captureImage method doesn't set MediaStore.Images.Media.Orientation value correctly as picture taken. > ------------------------------------------------------------------------------------------------------------- > > Key: CB-3314 > URL: https://issues.apache.org/jira/browse/CB-3314 > Project: Apache Cordova > Issue Type: Improvement > Components: Android, Plugin Camera > Affects Versions: 2.6.0 > Reporter: yongqian gao > Assignee: Joe Bowser > Priority: Minor > > Discover this issue while testing one of "Motorola RAZRi" device using Capture.captureImage api. > The Camera of this device rotates picture 90 degrees, however MediaStore.Images.Media.Orientation value is 0 of the picture after I took it from Capture.captureImage api. I hope this orientation value can be right value as picture taken on Device Camera application. > There is some workaround provided by Camera.getPicture to fix orientation. But it will be good for Capture.captureImage to store orientation in the mediastore; so the picture can be viewed in normal orientation as other pictures taken by device Camera application. -- This message was sent by Atlassian JIRA (v6.1#6144)