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

Package: Barracuda

-

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);"

Add comment

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.