Timofei Pushkin
Timofei Pushkin
I'm getting errors like this trying to build a project with Scapix: ``` In file included from //generated/bridge/java/my_class.cpp:4: In file included from /home//.cmodule/scapix/1.0.30/source/scapix/bridge/java/init.h:10: In file included from /home//.cmodule/scapix/1.0.30/source/scapix/link/java/native_method.h:10: /home//.cmodule/scapix/1.0.30/source/scapix/core/tuple.h:33:12: error:...
I have a project that uses OpenCV and Scapix `1.0.27` (cmodule `1.0.32`) [here](https://github.com/TimPushkin/SgbmDepthAndroid/tree/c2b5e96da5d2fbf49c605e4233c5c8f0318ef606) -- it builds and works flawlessly as you can see in CI. If I update Scapix to...
The app may crash on startup if it lacks some permissions with the following exception: ``` 2022-08-12 20:47:29.340 3992-3992/com.opencamera_sensors.app E/AndroidRuntime: FATAL EXCEPTION: main Process: com.opencamera_sensors.app, PID: 3992 java.lang.RuntimeException: Unable to...
CI added in #62, in contrast to the old Travis CI, does not run unstrumented tests.
Sometimes taking a picture while recording a video fails: no error is displayed, no app crash, we just don't get a photo and GUI stays in "taking-a-photo" mode. It seems...
In it's current state `RemoteRpcServer.getIPAddress()` finds the first IPv4 address that is not localhost and is not on a dummy interface. But if there are several addresses that meet these...
`NetworkHelpers` is only capable of determining IPs for clients but not for a leader: a leader cannot detect the IP of itself.
I run the action like this on `macos-latest`: ```yaml - name: Cache AVD uses: actions/cache@v3 id: avd-cache with: path: | ~/.android/avd/* ~/.android/adb* key: avd - name: Create AVD and generate...
I get the following error trying to use the match.sh util: ``` Traceback (most recent call last): File "C:\Users\theez\AppData\Roaming\Python\Python38\site-packages\pandas\core\dtypes\cast.py", line 2040, in maybe_cast_to_integer_array casted = np.array(arr, dtype=dtype, copy=copy) OverflowError: Python...
[The docs](https://www.scapix.com/language_bridge/types/) state that "Classes derived from `scapix::bridge::object` are bridged by reference and supported in Scapix bindings only when passed as std::shared_ptr" -- I thought that this means one has...