ARVideoKit
ARVideoKit copied to clipboard
high CPU usage
Extremely high cpu is used when it start . it slow down application , and device is heating a lot , tasted in iphone 7,XR,11 .
and Low FPS exported videos?
however, try to change HEVC to h264 maybe that decrease the processing -> File (Pod/ARVideoKit/WriterAR)
Yes even with low FPS .
i will try h264 and let you know
Thanks
videoOutputSettings = [ AVVideoCodecKey: AVVideoCodecType.h264 as AnyObject, AVVideoWidthKey: width as AnyObject, AVVideoHeightKey: height as AnyObject ]
@AMJ-7 it is already h264
Take a look at it @dhavalSA https://github.com/AFathi/ARVideoKit/pull/137