Search Issue Tracker
Active
Votes
0
Found in [Package]
0.6.3
0.7.1
1.0.0
Issue ID
BAR-4
Regression
No
[Barracuda] [Android] Video Player stops while Barracuda is running on Android
Reproduction steps:
1. Open the attached project.
2. Build and run the BarracudaExample scene on an Android device.
3. Click the StartInference button.
Actual result:
- Video player stops.
Reproduced with:
- Android (VLNQA00319 Google Pixel 4 10 Snapdragon 855 SM8150 Adreno 640 Vulkan 99071FFAZ00B72)
- Barracuda 0.6.3, 0.7.1, 1.0.0
Not reproducible with:
- iOS (iPhone X iOS 11.3.1), MacOS Editor and Standalone
Notes:
- Remove "UnityMessageManager.cs" script from the project if you'll try to build for iOS.
- Make sure to update "VNectBarracudaRunner.cs" script if you'll try to use barracuda 1.0.0:
"input = new Tensor(videoCapture.MainTexture);" >>> "input = new Tensor(videoCapture.MainTexture, 3);"
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- Crash with “Fatal Error! The file ‘MemoryStream’ is corrupted!” when adding a large number in Font Character Rects Size field
Add comment