Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 7999A200BAA for ; Thu, 22 Sep 2016 04:41:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 782D0160ADB; Thu, 22 Sep 2016 02:41:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BDFEE160ADE for ; Thu, 22 Sep 2016 04:41:21 +0200 (CEST) Received: (qmail 77649 invoked by uid 500); 22 Sep 2016 02:41:20 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 77244 invoked by uid 99); 22 Sep 2016 02:41:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Sep 2016 02:41:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 7D9722C2A61 for ; Thu, 22 Sep 2016 02:41:20 +0000 (UTC) Date: Thu, 22 Sep 2016 02:41:20 +0000 (UTC) From: "Joe Bowser (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CB-11666) Bug "Cordova Capture Video" MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 22 Sep 2016 02:41:22 -0000 [ https://issues.apache.org/jira/browse/CB-11666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser resolved CB-11666. ----------------------------- Resolution: Incomplete If you wish to have this fixed, please let us know what device you are using, and which Android version it is running. Thanks > Bug "Cordova Capture Video" > --------------------------- > > Key: CB-11666 > URL: https://issues.apache.org/jira/browse/CB-11666 > Project: Apache Cordova > Issue Type: Bug > Components: Android, Plugin Media Capture > Affects Versions: 3.5.0 > Reporter: Fernando Jose Torres Bermudez > > By capturing a video and do a preview a video tag, the video leaves me 90 rotated only happens in portrait, the code is as follows: > var options = { > quality: 50, > sourceType: Camera.PictureSourceType.PHOTOLIBRARY, > mediaType: Camera.MediaType.ALLMEDIA, > destinationType: Camera.DestinationType.FILE_URI, > correctOrientation: true, > allowEdit : true > }; > $cordovaCamera.getPicture(options).then(function(video) { > > $('#previewVideo')[0].pause(); > $scope.videoInfo.localURL = video; > console.log(err); > }); > }, function(err) { > console.log(err); > if($scope.step == 1){ > $state.go('app.asiSomos'); > } > }); > } -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org