I'm running iOS 11.4.1 and I downloaded the LL Camera Example from here:
I simply unzipped the example and tried to run it as-is.
The background of the app quickly appears black, then the app crashes with this log:
Any ideas whats going wrong?
Might it be with camera permission because I would have expected a pop-up asking if the app can use the camera (in order to show the preview), but nothing popped up.
LLCamera - Low level camera access
iMedia library v1.10 includes a new type of object named LLCamera. LLCamera provides low level camera access, similar to B4A Camera library. If you just want to allow the user to take a picture then it will probably be better to use Camera instead of LLCamera. LLCamera allows you to embed the...
www.b4x.com
I simply unzipped the example and tried to run it as-is.
The background of the app quickly appears black, then the app crashes with this log:
B4X:
Application_Start
SignalHandler 6
Application_Active
Error occurred on line: 71 (Main)
Signal - 6
Stack Trace: (
"0 B4i Example SignalHandler + 120",
"1 libsystem_platform.dylib 0x0000000180f80b48 _sigtramp + 36",
"2 libsystem_kernel.dylib 0x0000000180dde938 <redacted> + 100",
"3 libsystem_kernel.dylib 0x0000000180dde964 system_set_sfi_window + 0",
"4 TCC <redacted> + 0",
"5 TCC <redacted> + 0",
"6 TCC <redacted> + 296",
"7 libxpc.dylib <redacted> + 60",
"8 libxpc.dylib <redacted> + 88",
"9 libdispatch.dylib <redacted> + 16"
)
Any ideas whats going wrong?
Might it be with camera permission because I would have expected a pop-up asking if the app can use the camera (in order to show the preview), but nothing popped up.