Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-11666

Bug "Cordova Capture Video"

    XMLWordPrintableJSON

Details

    Description

      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'); }

      });
      }

      Attachments

        Activity

          People

            Unassigned Unassigned
            fernandojoset@gmail.com Fernando Jose Torres Bermudez
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: