GPUImage2 icon indicating copy to clipboard operation
GPUImage2 copied to clipboard

Video is rotated to portrait in Landscape app

Open kallipigous opened this issue 7 years ago • 3 comments

Just trying to convert an existing project i was writing in swift to this new swift version but I cannot get the video to orientate correctly in a landscape app. It looks like the PhysicalCameraLocation enum handles the orientation. If I change it to Portrait (which should be wrong) it is upside down (which, perversely is what I want) but it would be nice to have more control.

What am I missing?

I've also had to make the avcapture device of the Camera public as I need to change focus and exposure.

kallipigous avatar Jul 22 '16 21:07 kallipigous

I'm having a similar issue here, @BradLarson I see you made a ton of comments on mirroring vs not the front facing camera, so i'm sorry to be a repeat, but I dont see any of the exposed methods that you provided in the first GPUImage. Any thoughts how to mirror the video?

jamesdunay avatar Jul 27 '16 04:07 jamesdunay

Hi - I'm facing the same problem - when working on video file from library which has it's own rotation set and blending it with something new - video seems to be cropped correctly expect it's saved with wrong orientation :( Not sure where/how to fix that.

adaslesniak avatar Dec 22 '17 23:12 adaslesniak

Similar issue for me. Has anyone fixed it?

hoangdado avatar Feb 22 '19 17:02 hoangdado