Giovanni Murru
Giovanni Murru
Hi @v-grigoriev, I tried the Example app at commit `387614f` and there was no issue. So I investigated the differences with my app and I noticed that in the Example...
`iPhone 6 resolution is 750x1334` good catch! However I have no color problem when recording at full resolution 1125x2436 with iPhone X. In my app I am not specifying the...
Ok now, in an attempt to temporary fix the issue for iOS 12 I discovered something strange. Now I am doing this : `if #available(iOS 13.0, *) { size =...
Ok the one with the dull colors is recorded setting size 750x1334 while the other is recorded setting size to 749x1334. However as you will notice the video output is...
I have to report that unfortunately when using iOS 12 on iPhone 6 and recording with the modified color profile the resulting video is very laggy. At first I thought...
Well in that case it's probably a problem of iPhone 6's limited capabilities. Maybe the hardware is not fully compatible with these videoColorProperties. Anyway I am going to adopt the...
Is this issue still around? Or has it been fixed?