Dušan Panić
Dušan Panić
> Camera is working for me in desktop app 4.4.0 in Arch Linux, maybe is mac thing Yes it is MacOS thing...App needs to be signed with entitlements https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_security_device_camera https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_security_device_microphone
QA in my company tested, and it still doesn't work unfortunately On Tue, Feb 16, 2021 at 5:00 PM Amy Blais wrote: > Unsure if it helps, but in desktop...
Will retest. It didn't worked than (around March this year) 
He wants multi process because than it will utilize multiple cpus/cores. With multi thread it will utilize only one CPU. Regex matching can be CPU heavy...because of finite state machine...
Any updates on this?
@joohoi did you had time to look at this?
Any updates on this?
I am strugling to solve this as well. I am trying with gomobile: ``` CGO_ENABLED=1 \ gomobile bind \ -target=android/arm \ -o export.aar \ -v ``` I get this: ```...
If I set CGO_CPPFLAGS and CGO_LDFLAGS, process kind a moves forward: ``` export CGO_CPPFLAGS="-I/home/user/engine/gosseract/dependencies/output/armeabi-v7a/lib/sdk/native/jni/include/opencv2" export CGO_LDFLAGS="-L/home/user/engine/gosseract/dependencies/output/armeabi-v7a/lib/sdk/native/libs/armeabi-v7a -lopencv_core -lopencv_videoio -lopencv_imgproc -lopencv_highgui -lopencv_imgcodecs -lopencv_objdetect -lopencv_features2d -lopencv_video -lopencv_dnn" ``` Errors: ``` d: error:...