Nicola De Filippo

Results 12 comments of Nicola De Filippo

Is Muc Light implementation complete?

Do you use Android? Is the image not frozen? Qt5 or 6?

Hi, the only strange thing that i see is: Warning: QML import could not be resolved in any of the import paths: com.scythestudio.scodes Warning: QML import could not be resolved...

I see: D libQmlBarcodeReader_arm64-v8a.so: New Camera set: QCamera(0x76adb6cd70) D libQmlBarcodeReader_arm64-v8a.so: Format: D libQmlBarcodeReader_arm64-v8a.so: Pixel format: Format_NV21 D libQmlBarcodeReader_arm64-v8a.so: Resolution: QSize(3840, 2160) D libQmlBarcodeReader_arm64-v8a.so: FPS: 7 - 30 but white screen...

I added what @TG-Techie said, but now i have this error: ``` # Link $CLANG Sources/Support/libclang_rt.soft_static_armv6m_macho_embedded.a .build/release/Support.build/{Support.c,crt0.S}.o .build/release/Blinky.build/*.o -target armv6m-apple-none-macho -o $BUILDROOT/blinky $LD_FLAGS + /Library/Developer/Toolchains/swift-DEVELOPMENT-SNAPSHOT-2024-06-13-a.xctoolchain/usr/bin/clang Sources/Support/libclang_rt.soft_static_armv6m_macho_embedded.a .build/release/Support.build/Support.c.o .build/release/Support.build/crt0.S.o .build/release/Blinky.build/Blinky.swift.o -target...

> > > ``` > > from macholib import MachO > > ModuleNotFoundError: No module named 'macholib' > > ``` Yeah, it was missed python dependencies...

Where can i found the 3.x version? On Facebook site i see only 4.x

I tried in this way for ios `mkdir build-arm64 cd build-arm64 cmake -DCMAKE_TOOLCHAIN_FILE=../../toolchains/ios.toolchain.cmake -DPLATFORM="OS" -DARCHS="arm64" \ -DDEPLOYMENT_TARGET=$IOS_DEPLOYMENT_TARGET -DENABLE_BITCODE=$ENABLE_BITCODE -DENABLE_ARC=$ENABLE_ARC -DENABLE_VISIBILITY=$ENABLE_VISIBILITY \ -DCMAKE_C_FLAGS="-frtti -fno-exceptions" -DCMAKE_CXX_FLAGS="-frtti -fno-exceptions" \ -DCMAKE_INSTALL_PREFIX=install -DCMAKE_BUILD_TYPE=Release `cat ../../opencv4_cmake_options.txt`...