Viacheslav Alferov
Viacheslav Alferov
Hello. I didn't find any flash options available in example. Do they exist? If no, it could be nice to add it in Android. When I tried to access it...
"Error: Can't access camera size. Try again." when open another activity before camera is activated.
Hello. When I open another activity before camera is activated, I get this error. Usually I open an Android gallery with startActivityForResult. The error is in `Camera2Activity -> CameraPinholeBrown lookupIntrinsics()`....
Hello. Currently there are still many devices use Android API 19-21 but there is no support for them. After I try to scan QR code with BoofCV, I have a...
`gradle buildPlugin` ``` WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.intellij.ide.IdeEventQueue to constructor sun.awt.PostEventQueue(java.awt.EventQueue) WARNING: Please consider reporting this to the maintainers of com.intellij.ide.IdeEventQueue...
Hello, please add .rpm build package support for RH, Fedora, OpenSuse etc.
It's currently hard to install Python 3.7 in OpenSuse TW, so need to update the **bpy**.
I wanted to use default markers and change the color of the selected ones. But I can't use even a default Marker as a clusterItemContent because of the error: `java.lang.IllegalArgumentException:...
All is ok with Kotlin server, but get an error with Android: ``` java.lang.NoSuchMethodError: No static method getUserAgent(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/String; in class Lorg/apache/http/util/VersionInfo; or its super classes (declaration of 'org.apache.http.util.VersionInfo' appears in...
`public void add(Marker marker)` - this makes you need to duplicate your markers array in memory. Better to use `IMarker` interface with all minimal set of methods (3 is enough...
Update to AndroidX, Android SdkVersion 29, Gradle 6.3 Modern as of April 2020