Search Issue Tracker
By Design
Votes
3
Found in
2019.2.0a6
Issue ID
1131639
Regression
No
[Windows][Standalone] Windows.Webcam fails to capture video for Standalone player and Editor
After the code move from XR.WSA.Webcam to Windows.Webcam, the video capture does not work on Windows standalone player or Editor.
There is no error, warning or crash. The process fails silently at VideoCapture.AsyncCreate, the very first function called to create an instance.
Repro:
1. Use the attached project
2. Build Windows standalone player
3. Click the square button
4. Check folder: [UserName]/AppData/LocalLow/[Company Name]/[Project Name]
Expected: A short video is saved to the above location
Actual: No video is saved.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- ”Last item reached” warning is thrown when no search results are found in UI Toolkit Layout Debugger
- UI Elements overlap in the Shortcuts window when docked and resized to a smaller window size
- UIBuilder DataSourcePath dropdown fails to show properties when binding to abstract classes
- Errors are logged when importing an asset at a path with Firebase
- Entering too big of a number in 2D Renderer Lightmode Tags freezes the Editor
Resolution Note (2019.2.X):
These classes are only supported on UWP. They never worked on Windows Standalone or the editor.