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
- Blank, Light-Themed "Create Node" window becomes visible on the next project open
- UI Elements/Layout inconsistencies in the Particle System component
- The Game view and Scene view fail to render when launching the Editor with a maximized Render Graph Viewer window
- "List is empty" is poorly visible in the "Create Node" window
- [Android] GameObject with a custom shader becomes invisible when deployed with the Vulkan Graphics API
Add comment