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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Add comment