krolaper

Results 13 issues of krolaper

### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report. ### YOLOv5 Component Detection ### Bug I’m trying to: `detect.py --source 0`...

bug

### Versions - Python: 3.10.12 - OS: Linux mint 21.3 - Kivy: 2.2.1 - Cython: 0.29.33 - OpenJDK: 17 ### Description How to use curl_cffi library in buildozer? After packaging...

recipe
feature-request

My System: Kernel: 5.15.0-84-generic x86_64 bits: 64 compiler: gcc v: 11.4.0 Desktop: Xfce 4.16.0 Distro: Linux Mint 21 Vanessa base: Ubuntu 22.04 jammy Tell me what could be the problem....

My device bug. Sometimes device reboot Log: ``` ----part 1 start---- [ 2023-02-02T13:05:56.955 1000: 1609: 1609 I/LSPosed-Bridge ] Loading module com.thinkdifferent.anywebview from /data/app/com.thinkdifferent.anywebview--thn_ntSngoHztC8gk0Ifg==/base.apk [ 2023-02-02T13:05:56.959 1000: 1609: 1609 I/LSPosed-Bridge ]...

Is it possible to replace or add another library for Android arm64 instead of `curl-cffi`, since it does not start after packaging the application? (packaging via `buildozer`). **logcat version curl-cffi...

**Versions** Python: 3.10.12 OS: Linux mint 21.3 Kivy: 2.2.1 Cython: 0.29.33 OpenJDK: 17 **Description** How to use `orjson` library in buildozer? After packaging and running the application: ``` ImportError: dlopen...

will there be a release for android arm64? I'm using `kivy` + `buildozer`. And in the code there is a `duckduckgo_search` library that interacts with `curl_cffi`. It is very important...

platform

Give working instructions on how to use Lottie for a loading scene instead of a static image. After all, the instructions `buildozer.spec`: - ```source.include_exts = py,png,jpg,kv,atlas,json``` - ```android.presplash_lottie = "path/to/lottie/file.json"```...

the absolute path to the file on Android is specified `/storage/emulated/0/Download/2.jpg` Error: `"exiftool" is not found, on path or as absolute path` How to fix it?

invalid
question

Tell me how to correctly delete all metadata in a file and overwrite it? I tried this: ``` with exiftool.ExifTool() as et: print(et.execute(*["-all:all="] + ['/path/file'])) #or print(et.execute(*["-all="] + ['/path/file'])) ```...

question