Burnie777 commented on issue #546: iOS13 - Select Video / getPicture URL: https://github.com/apache/cordova-plugin-camera/issues/546#issuecomment-574046605 I am also getting this issue on the PictureSourceType.CAMERA... ================================================================= Main Thread Checker: UI API called on a background thread: -[UIImagePickerController init] PID: 568, TID: 171674, Thread name: (none), Queue name: com.apple.root.default-qos, QoS: 0 Backtrace: 4 STssSmartMeter 0x000000010028d334 +[CDVCameraPicker createFromPictureOptions:] + 112 5 STssSmartMeter 0x000000010028753c -[CDVCamera showCameraPicker:withOptions:] + 108 6 STssSmartMeter 0x0000000100286d58 __25-[CDVCamera takePicture:]_block_invoke_2 + 336 7 TCC 0x000000019ff8ab60 B49C034E-858E-3F03-BA88-BB8BD0A811C1 + 7008 8 TCC 0x000000019ff8eb28 B49C034E-858E-3F03-BA88-BB8BD0A811C1 + 23336 9 libxpc.dylib 0x0000000199962c84 D263F3EB-967C-33B9-AF70-D48644FA8411 + 97412 10 libxpc.dylib 0x0000000199956f18 D263F3EB-967C-33B9-AF70-D48644FA8411 + 48920 11 libdispatch.dylib 0x000000010088ec58 _dispatch_client_callout3 + 16 12 libdispatch.dylib 0x00000001008aa29c _dispatch_mach_msg_async_reply_invoke + 388 13 libdispatch.dylib 0x00000001008a103c _dispatch_kevent_worker_thread + 1376 14 libsystem_pthread.dylib 0x0000000199aa6bc0 _pthread_wqthread + 332 15 libsystem_pthread.dylib 0x0000000199aa9760 start_wqthread + 8 2020-01-14 09:21:30.451972+0200 STssSmartMeter[568:171674] [reports] Main Thread Checker: UI API called on a background thread: -[UIImagePickerController init] PID: 568, TID: 171674, Thread name: (none), Queue name: com.apple.root.default-qos, QoS: 0 Backtrace: 4 STssSmartMeter 0x000000010028d334 +[CDVCameraPicker createFromPictureOptions:] + 112 5 STssSmartMeter 0x000000010028753c -[CDVCamera showCameraPicker:withOptions:] + 108 6 STssSmartMeter 0x0000000100286d58 __25-[CDVCamera takePicture:]_block_invoke_2 + 336 7 TCC 0x000000019ff8ab60 B49C034E-858E-3F03-BA88-BB8BD0A811C1 + 7008 8 TCC 0x000000019ff8eb28 B49C034E-858E-3F03-BA88-BB8BD0A811C1 + 23336 9 libxpc.dylib 0x0000000199962c84 D263F3EB-967C-33B9-AF70-D48644FA8411 + 97412 10 libxpc.dylib 0x0000000199956f18 D263F3EB-967C-33B9-AF70-D48644FA8411 + 48920 11 libdispatch.dylib 0x000000010088ec58 _dispatch_client_callout3 + 16 12 libdispatch.dylib 0x00000001008aa29c _dispatch_mach_msg_async_reply_invoke + 388 13 libdispatch.dylib 0x00000001008a103c _dispatch_kevent_worker_thread + 1376 14 libsystem_pthread.dylib 0x0000000199aa6bc0 _pthread_wqthread + 332 15 libsystem_pthread.dylib 0x0000000199aa9760 start_wqthread + 8 It eventually opens the Camera, but it takes a while sometimes up to 3 minutes for the camera too open...
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
