Video Coming flipped and mirrored when using cordovaCapture in potraitmode

6 views
Skip to first unread message

Alex Rumba

unread,
Aug 30, 2016, 12:05:42 PM8/30/16
to phonegap
 var options = { limit: 1};
      $cordovaCapture.captureVideo(options).then(function(videoData) {
           $scope.clipSrc = $sce.trustAsResourceUrl(videoData[0].fullPath);
           $scope.videoSrc = videoData[0].fullPath;
    }, function(err) {
      alert('Err: <br />'+ JSON.stringify(videoData));
    });

When the video is taken from a potrait position, the video is coming flipped and mirrored. Has anybody encountered such problem??. The problem doesn't occur while on landscape position.

Kerri Shotts

unread,
Aug 30, 2016, 12:26:46 PM8/30/16
to phonegap
Please see the welcome text for this group; there's not enough information here for us to be very helpful. :-(

That said, I'm guessing it's manufacturer-specific. Some manufacturers have very odd rotation handling when it comes to videos & images.

On Tuesday, August 30, 2016 at 11:05:42 AM UTC-5, Alex Rumba wrote:
...
Reply all
Reply to author
Forward
0 new messages