imaginary-cloud / CameraManager

Simple Swift class to provide all the configurations you need to create custom camera view in your app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Camera freezes

SandrikaJanjghava opened this issue · comments

the same error on 4.40 version and iOS 12 models

PID: 3732, TID: 1376881, Thread name: com.apple.CoreMotion.MotionThread, Queue name: com.apple.root.default-qos.overcommit, QoS: 0
Backtrace:
4 libobjc.A.dylib 0x000000018108f534 + 56
5 CoreMotion 0x0000000187918040 CoreMotion + 307264
6 CoreMotion 0x0000000187918574 CoreMotion + 308596
7 CoreMotion 0x0000000187918484 CoreMotion + 308356
8 CoreMotion 0x0000000187949c64 CoreMotion + 511076
9 CoreMotion 0x0000000187949cc4 CoreMotion + 511172
10 CoreFoundation 0x0000000181e28354 + 28
11 CoreFoundation 0x0000000181e27c38 + 276
12 CoreFoundation 0x0000000181e22f14 + 2324
13 CoreFoundation 0x0000000181e222e8 CFRunLoopRunSpecific + 452
14 CoreFoundation 0x0000000181e2304c CFRunLoopRun + 84
15 CoreMotion 0x00000001879495fc CoreMotion + 509436
16 libsystem_pthread.dylib 0x0000000181a9c974 + 132
17 libsystem_pthread.dylib 0x0000000181a9c8d0 _pthread_start + 52
18 libsystem_pthread.dylib 0x0000000181aa4ddc thread_start + 4

The Same issue iOS 12 iPhone XS.

Same issue iOS 12 iPad Pro/iPhone XS Max.

Is there a fix for this yet? Using it in a project for work that is going live in a few days....

Do you have a line number anywhere that is triggering the issue? I have been using an old version of CameraManager and it is working, but I also remember possibly removing something that had to do with CoreMotion a very long time ago.

Do you have a line number anywhere that is triggering the issue? I have been using an old version of CameraManager and it is working, but I also remember possibly removing something that had to do with CoreMotion a very long time ago.

for me its working too, but after some time. which version are you using?

Actually looks like I am using CameraManager (4.4.0) after all.

It freezes for you after some time, or you got it to work?

Actually looks like I am using CameraManager (4.4.0) after all.

It freezes for you after some time, or you got it to work?

it freezes some time and show white screen, where must show camra, after tapping screen multiple times than it works.it happens not often, but on many devices, on iPhone 5 too

I guess this could be related to #182. In my case, I could resolve a freezing camera by applying the given change.

@SandrikaJanjghava

can you please try with v5.1.0 and let me know if the problem persists?

Closing due to lack of response