AgoraIO / FaceUnity

Things related to FaceUnity SDK and Agora SDK
65 stars 38 forks source link

ratio is different #45

Closed sugitatestblue closed 3 years ago

sugitatestblue commented 3 years ago

resolution ratio is different in video

yoreland commented 3 years ago

can you upload a screenshot?

sugitatestblue commented 3 years ago

I can't share for confidential but, narrow height or long width.

CapturerManager.m didOutputVideoFrame method

I can't know correct ratio but...

[newPixelBuffer setParamWithWidth:agmPixelBuffer.width height:agmPixelBuffer.height * 1.1 rotation:agmPixelBuffer.rotation timeStampMs:agmPixelBuffer.timeStampMs];
sugitatestblue commented 3 years ago

height * 1.01 or width * 0.95 ?

sugitatestblue commented 3 years ago

I guess AGMCapturer_iOS's bug.

AGMCapturer_iOS 2.0.0 is bad.

2.0.1 was fix.