Mateo Miccino
Mateo Miccino
…ans to match with the result `TEST(CUDA_FastNonLocalMeans, Regression)` and `TEST(CUDA_BruteForceNonLocalMeans, Regression)` are failing because the image from opencv_extras result don't match. This PR is related from opencv/opencv#14296
## Our Code Review Standards https://github.com/decentraland/unity-renderer/blob/master/docs/code-review-standards.md
Currently, we have some requests with 5000 thousand SECONDS of timeout. That's is 1 hour and 23 minutes. And other requests with no timeout at all. We must check if...
Test! ## Our Code Review Standards https://github.com/decentraland/unity-renderer/blob/master/docs/code-review-standards.md
[This PR](https://github.com/decentraland/unity-renderer/pull/3868) implemented the VideoPlayer with an Internal system that assigns the VideoTexture of a VideoPlayer to the corresponding Material. To solve it, we used a system, which is not...
Reported from Discord: Error when logging with the following address: `0x9616Ea0EB40dfA178808CD8606CA3915b3FeafD4` ``` Invalid snapshot data: {"face":"https://peer.decentral.io/content/contents/QmWwqFEVLSLNmLU29KmrNrffQ2cxmSEU1k1dRTFnPn8zSQ","body":"https://peer.decentral.io/content/contents/QmNhycNeeZ3WdmMdz3wmtkvoX89DNw1Tp1q9fZvBiJPHZZ" } ``` 
### Description Use this branch to generate a profilable Unity build. See the github action links and auto-connect the unity profiler.
Fix https://github.com/livekit/rust-sdks/issues/325 Looks like it was due to a libwebrtc version conflict, now it is not crashing. I added a note in the `./build_android.sh`, maybe doing a bash script to...
I updated to the last version of LiveKit for compiling for Android, and my app is crashing. To discard that problem from my app, I tried with your example app...