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
- Test Runner’s vertical scrollbar overlaps with the up and down arrows and upper toolbar tabs when the window is minimized
- The Input Field view is not updated when deleting lines of text
- The scrollbar does not respect empty lines in the Input Field
- “Texture Atlas Viewer“ button text overlaps another button when the UI Toolkit Debugger is narrowed
- Thresholds are no longer automatically calculated after deleting Motion fields in Blendtrees
Add comment